Computer Science for IGCSE & O level - Programming (Section 3 - No. 41)

What does DRY stand for in programming principles?
Don't Repeat Yourself
Do Repeat Yourself
Define and Reuse Yourself
Design, Refactor, Yield

Explanation

DRY is a programming principle promoting code reuse.

Comments (0)

Advertisement