Don’t Repeat Yourself ( DRY ) is a principle of software development and its main goal is to avoid code duplication.
“Every piece of knowledge must have a single, unambiguous, authoritative representation within a system”
Andrew Hunt and David Thomas: The Pragmatic Programmer: From Journeyman to Master
Don’t Repeat Yourself ( DRY ) is a principle of software development and its main goal is to avoid code duplication.
“Every piece of knowledge must have a single, unambiguous, authoritative representation within a system”Andrew Hunt and David Thomas: The Pragmatic Programmer: From Journeyman to Master […]