|
|
|
|
|
by zahlman
289 days ago
|
|
DRY isn't about not reimplementing things; it's about not literally copying and pasting code. Which I have seen all the time, and which some might find easier now but will definitely make the system harder to change (correctly) at some point later on. |
|