Cognitive Dissonance: Type hinting and linting in Python
February 12, 2020
At work, the adoption of python 3 was finally moving at warp speed - the end of its support might have had something to do with it. As a result, there was a lot of code to migrate over. One of the things I did during this migration was add type hinting as well as linter checks to the codebase. And I... was not... ready for that!
When I first read about type hinting I thought it would be a neat thing to help people new to the language and existing users navigate through code.
...
Read more