-| Code smells scan | Maintainability | Universal | Adhere to the principles, patterns and practices of writing clean code | The code is written once but read and executed many times. Without paying attention to the fundamental code quality checks maintainability, complexity and therefore the cost of the service increase exponentially with time, adding up to the cumulative technical debt | | [SonarQube](https://www.sonarqube.org/), [SonarCloud](https://sonarcloud.io/) | [Clean Code: Smells and Heuristics](https://moderatemisbehaviour.github.io/clean-code-smells-and-heuristics/) |
0 commit comments