What is the DRY principle?

Bookmark (0)
Please login to bookmark Close

The DRY (don’t repeat yourself) principle, introduced by Andrew Hunt and David Thomas in ‘The Pragmatic Programmer,’ promotes the idea that every piece of knowledge should have a single, unambiguous, authoritative representation within a system.

​The DRY (don’t repeat yourself) principle, introduced by Andrew Hunt and David Thomas in ‘The Pragmatic Programmer,’ promotes the idea that every piece of knowledge should have a single, unambiguous, authoritative representation within a system. Read More