(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.
4👍 15👎