Random
Source Code

DRY

(acronym) Don't Repeat Yourself.

The documentation for Python's Django framework is rather DRY. But seriously, elimination of code redundancy is a fundamental aspect of the core ethos of the project.

by mycatsarethebest September 5, 2010

4👍 15👎