DEV Community

João M.C. Teixeira
João M.C. Teixeira

Posted on

Type hints in Python: to be or not to be

Hi everyone,

Using type hints in Python is an active controversy nowadays. Are they good, or are they not? Should we use them, or should we not?

In one of the projects I was lead developer, someone asked today about adopting type hints. I will share with you my opinion. It may help you to decide whether to use type hints or not. GitHub discussion below:

https://github.com/haddocking/haddock3/discussions/637

Cheers

Top comments (0)