1. Student Help Center
  2. Definitions
  3. Content Management System (CMS)

What is DRY?

Introduction to CMS

DRY

"Don't repeat yourself" (DRY) is a principle in software development that is aimed at reducing repetition of software patterns to avoid redundancy.  The goal is to improve maintainability of the code.