Metrics
- There are many code metrics, some of them measure code quality and others just prepare information about code situations.
Metrics and Quality
- Metrics that measure code quality :
- Metrics that do not measure code quality :
Code Metrics Synonyms
- Many code metrics have synonym as following :
- Class Coupling : Coupling Between Objects (CBO)
- Efferent Coupling (Ce) : Outgoing Dependencies
- Afferent Coupling (Ca) : Incoming Dependencies
- Cyclomatic Complexity : Program Complexity
- Depth of Inheritance : Depth of Inheritance Tree (DIT)
- Lines of Code (LOC) : Source Lines of Code (SLOC)
More informations for the Scrum PSD certification here.