Scrum
PSD · Question #34
Which metric is least useful when measuring code maintainability?
The correct answer is A. Function points. The other two are good metrics. Function points are the points representing the amount of business functionality.
Refactoring and Design
Question
Which metric is least useful when measuring code maintainability?
Options
- AFunction points
- BCyclometic complexity
- CDepth of inheritance
How the community answered
(50 responses)- A64% (32)
- B12% (6)
- C24% (12)
Explanation
The other two are good metrics. Function points are the points representing the amount of business functionality.
Topics
#code maintainability#cyclomatic complexity#function points#code metrics
Community Discussion
No community discussion yet for this question.