nerdexam
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)
  • A
    64% (32)
  • B
    12% (6)
  • C
    24% (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.

Full PSD Practice