Tagged “dry”
-
TIL not obsessively trying to be DRY cleancode dry
Quite often, DRY is applied to any duplication, rather than specifically to the duplication of business rules and knowledge. This is often made worse by automated code analysis tools, which will often highlight any duplication as a code smell.
See all tags.