0
What do you think about Python's typing hints?
It's a new feature since Python 3.5 https://docs.python.org/3/library/typing.html And Mypy, an optional static type checker for Python http://mypy-lang.org/
1 Resposta
+ 2
It is good. It can prevent mistakes