Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active July 8, 2024 17:50
Show Gist options
  • Select an option

  • Save wilmoore/32e99800b4afcced8984c8cc36288969 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/32e99800b4afcced8984c8cc36288969 to your computer and use it in GitHub Desktop.
Software Engineering :: Principles :: DRY

Software Engineering :: Principles :: DRY

⪼ Made with 💜 by Polyglot.

"Don't repeat yourself" (DRY) 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.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment