List of code quality management dashboards
From Wikipedia, the free encyclopedia
This is a list of significant tools for helping managers and developers to measure, control and improve applications health.
As a rule, those tools are composed of four layers :
- Static or dynamic code analysis engines to provide metrics such as Cyclomatic complexity, Code coverage, Source lines of code, Adherence to Best Coding Practices, etc...
- Central repository like database or file to aggregate those metrics
- Web dashboard to provide consolidated reports
- (optional) IDE plugin for helping developers to produce quality first
Contents |