Violating the DRY Principle : when duplication leads to better outcomes
Recently, while working on a project, I began to reflect on the application of the DRY principle. I often avoid repetition, ensuring that every piece of knowledge in the system had a single, unambiguous representation. This approach had served me wel...
yveskalume.dev3 min read
Nazarii Moshenskyi
Yes, and this might also lead to a base class antipattern. When you are trying generalize things that have less and less in common over time.