Hacker News new | ask | show | jobs
by gardentheory 5097 days ago
Sorry, that was my point. Strengthening the types in python3 solves the problem without static typing being needed at all.
1 comments

ok.

Static types solve it earlier though, especially for little-exercised code paths which could be forgotten or missed in testing.