Hacker News new | ask | show | jobs
by jasonpeacock 2099 days ago
Ditto for Python, you can not use the type hints/don't run MyPy.

OTOH, by skipping typing you lose a lot of guardrails and won't discover bugs until runtime.