Opposition to Python type hints
Opposition to Python type hints
Posted May 7, 2015 13:28 UTC (Thu) by ibukanov (subscriber, #3942)Parent article: Opposition to Python type hints
My experience with scripting languages is that the most problematic feature is not lack of types but rather lack of declarations for names to check them before running the code. I made much less type errors than simple typos in names. It is so annoying to wait for results only to discover that I mistyped the name of variable to put the results of a long-running code.
