DRY : Don’t Repeat Yourself

“Don’t repeat yourself” (DRY) is a principle of software development aimed at reducing repetition of software patterns.

The concept was coined in Andy Hunt and Dave Thomas’s book The Pragmatic Programmer, in 1999.

Documentation

See also The Pragmatic Programmer, Why DRY is the most over-rated programming principle