Topic
Why do I need a strategy for code quality?
By: Heather White
Date: Nov. 14, 2024, 6 p.m.
Quality Code:
- Serves its purpose
- Can be easily tested with automated tests
- Follows a consistent style
- Is understandable
- Doesn't contain security vulnerabilities
- Is documented well
- Is easy to maintain
... and every developer has a different opinion of what it looks like. Let's take a look at the code quality tools available for Python.