Python Type Hinting: Duck Type Compatibility and Consistent-With

Sometimes, Python type hinting can make things easier. True, not always — but at least in my opinion, quite often it does — given that it’s done wisely. Some disagree, but I am not going to dispute with them: in my eyes, this is quite a subjective subject.

I wrote what I think about Python type hinting, how to use it to increase code readability, and how not to use it to do otherwise, in the following article:

Read More