Hacker News new | ask | show | jobs
by steveklabnik 4917 days ago
> DRY is "Don't Repeat Yourself", not "Don't Repeat Ever".

It's actually "Every piece of knowledge must have a single, unambiguous, authoritative representation within a system."

(this advances your point even further)

1 comments

And makes clear that DRY is just a handy catchphrase for the design principle of normalization.