DRY

Don’t repeat yourself

Software development principle to avoid repetition of the same information in one system, preventing the same code from being produced multiple times on a code base.


DRY

Don’t repeat yourself

Software development principle to avoid repetition of the same information in one system, preventing the same code from being produced multiple times on a code base.

Used in methodology