19 March 2024

Scrum and Metrics

Metrics

  • There are many code metrics, some of them measure code quality and others just prepare information about code situations.

Metrics and 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)

The Scrum framework

More informations for the Scrum PSD certification here.

Leave a Reply

Your email address will not be published. Required fields are marked *