Chain of responsiblity and dependency injection
I teach courses about general OO design. One of the classes involves going through all the GoF design patterns. For the last couple of years, I have a new appreciation for the Chain of responsiblity…
I teach courses about general OO design. One of the classes involves going through all the GoF design patterns. For the last couple of years, I have a new appreciation for the Chain of responsiblity…
I have a little tool published at the VS Marketplace called DependenyInjectionToolset. It's not much; all it does is what its name says: If you have a constructor parameter that is of an interface type…
So a while back I was presented with an interesting task. It is not uncommon that if you have some code, it starts to evolve over time. You introduce changes — and with the changes a…