Modern Python has Changed How I Code

from blog Jason Scheirer on the Internet on Jason Scheirer, | ↗ original
I can’t understate the importance of how much the following have changed and improved the way I write Python and have confidence in its correctness: Continuous Integration Black Dataclasses Mypy Type Hints Continuous Integration This isn’t particularly new to me (or the industry), but a good CI workflow that runs tests and linting on every commit...