nerdexam
Scrum

PSD · Question #28

In software development DRY refers to:

The correct answer is B. Code with minimal duplication. DRY, don't repeat yourself

Refactoring and Design

Question

In software development DRY refers to:

Options

  • ACode with low cyclomatic complexity
  • BCode with minimal duplication
  • CCode that has not been peer reviewed (yet)
  • DCode that has been peer reviewed

How the community answered

(61 responses)
  • A
    2% (1)
  • B
    90% (55)
  • C
    5% (3)
  • D
    3% (2)

Explanation

DRY, don't repeat yourself

Topics

#DRY principle#code duplication#software design principles

Community Discussion

No community discussion yet for this question.

Full PSD Practice