|
|
|
|
|
by sgorawski
875 days ago
|
|
Also, in Python (unlike TypeScript or PHP) you need to be sure that the code regularly passes type checking to have confidence in your type annotations. I've dealt with my share of code with types that were almost correct but not really and it's been quite frustrating. For interested I've written an article about it: https://medium.com/@sgorawski/python-types-have-an-expectati... |
|