Computer Science for IGCSE & O level - Programming (Section 13 - No. 11)
What does DRY stand for in programming principles?
Don't Repeat Yourself
Do Repeat Yield
Define Run Year
Delete Redundant Yield
Explanation
DRY is a software development principle which stands for "Don't Repeat Yourself". It is about reducing the repetition of code.
Comments (0)
