This is why you need Composition over Inheritance
I was attempting to make some changes to some fairly old code in our codebase (something I probably wrote myself…) which hasn’t been touched on for a while. Naturally, my first step is to understand what the code does, so I started by looking at the class where I need to make my changes. Perhaps …
This is why you need Composition over Inheritance Read More »