bn:02647839n
Noun Concept
Categories: Computer programming folklore, Software engineering folklore, Articles with short description, Programming principles
EN
don't repeat yourself  Do not repeat yourself  Don t Repeat Yourself  Dont repeat yourself  Don´t repeat yourself  DRY
EN
"Don't repeat yourself" is a principle of software development aimed at reducing repetition of information which is likely to change, replacing it with abstractions that are less likely to change, or using data normalization which avoids redundancy in the first place. Wikipedia
Definitions
Relations
Sources
EN
"Don't repeat yourself" is a principle of software development aimed at reducing repetition of information which is likely to change, replacing it with abstractions that are less likely to change, or using data normalization which avoids redundancy in the first place. Wikipedia
A software development principle Wikipedia Disambiguation
DIFFERENT FROM