Y
Hacker News
new
|
ask
|
show
|
jobs
by
keithasaurus
1354 days ago
It's pretty easy to enforce static typing in python these days. mypy and pyright are both pretty mature.
2 comments
ajgrover
1354 days ago
The problem is that coverage of typing in third party libraries is not that high yet, so it’s not really possible to enforce typing in a thorough manner.
link
silentsea90
1354 days ago
I used mypy in 2019, and it felt like duct tape on python at best.
link