Hacker News new | ask | show | jobs
by hannofcart 2014 days ago
Strict null checks have a dramatic positive improvement on code correctness.

Just want to point out that Python typecheckers (like mypy) do quite some sophisticated strict null checks when you use the 'Optional' type annotation.