Comment by davidfstr
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.
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.