Am 26.11.21 um 01:48 schrieb Rob Cliffe via Python-Dev:
ISTM that typing/annotations have been allowed to drift without a clear end in view, rather like a ship that is steered in one direction by one person, then in another by someone else, with nobody knowing what the destination port is.

I believe the problem is less within the typing community itself (whether static or runtime), but a fundamental conflict between the typing community and what Stephen called the "typing-suspicious crowd". typing in Python has always been hampered by sometimes valid, often unfounded fears that typing is "taking over" and somehow becomes a requirement. For example, PEP 484 made no changes to Python or the stdlib, except the introduction of a new module, often to the detriment of readability and usability of type annotations. And while progress is made slowly (for example with generics in standard collections or the new callable syntax proposal), I'm sure the typing community would love to progress faster and with less obstacles.

 - Sebastian

_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/HC43AFLA2RCTBXZ3K5O2IIYGPCMYQXOX/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to