Don't Repeat Yourself (DRY)

Avoid duplicate code by abstracting out things that are common and placing those things in a single location.

DRY is about having each piece of information and behavior in your system in a single, sensible place.
Comments