Opposition to Python type hints
Opposition to Python type hints
Posted May 7, 2015 14:15 UTC (Thu) by niner (guest, #26151)In reply to: Opposition to Python type hints by ibukanov
Parent article: Opposition to Python type hints
That's not a problem of scripting languages in general. Perl has had use strict; for ages. This has been copied to Javascript as "use strict;" (yes, with the quotes, to provide backwards compatability). Even PHP has optional warnings about undeclared variables.
Python is the user unfriendly hold out here.
