Opposition to Python type hints
Opposition to Python type hints
Posted May 14, 2015 10:26 UTC (Thu) by ssokolow (guest, #94568)In reply to: Opposition to Python type hints by peter-b
Parent article: Opposition to Python type hints
Or when it *won't* infer them by design.
Closures infer type signatures but functions don't because an explicit decision was made that functions should be fundamental units of API definition with no implicit dependencies to complicate reasoning about or parsing the code.
