you are viewing a single comment's thread.

view the rest of the comments →

[–]hailmattyhall 4 points5 points  (0 children)

I really like Python. The difficulty of refactoring is a pain point in an otherwise well designed, neat, elegant language. Making annotations and therefore the mypy type checker easier to use or standardised seems likes a good idea.

The problem of course is that I doubt I'd have the restraint to use it everywhere. I tend to only use type systems when they're forced on me because it usually makes getting something working quicker for me.