Python Type Hints and mypy: Catching Bugs Before Production
How we adopted Python type hints and mypy static type checking to catch bugs early and improve code quality
2 posts
How we adopted Python type hints and mypy static type checking to catch bugs early and improve code quality
Migrating our microservices to Python 3.6 and adopting f-strings, type hints, and async improvements