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)- A2% (1)
- B90% (55)
- C5% (3)
- D3% (2)
Explanation
DRY, don't repeat yourself
Topics
#DRY principle#code duplication#software design principles
Community Discussion
No community discussion yet for this question.