Hacker News new | ask | show | jobs
by davidfstr 149 days ago
You should not be using Python types without a type checker in use to enforce them.

With a type checker on, types are fantastic for catching missed cases early.