|
|
|
|
|
by tmarice
258 days ago
|
|
Type hints in Python add a great amount of visual noise to the code, and I actively avoid them wherever possible. If static typing is a must, use a language where static typing is not an afterthought, and let Python be Python. |
|