Growing pains for typing in Python
Growing pains for typing in Python
Posted Jan 19, 2024 11:11 UTC (Fri) by zuki (subscriber, #41808)Parent article: Growing pains for typing in Python
I think typing should be treated as CI: optional, but very strange for a large or public project not to have it. I wouldn't want to use somebody's library if it doesn't have any tests or modern CI, and by the same token, I'd rather pick a library with typing.
