|
Often times I run into a class that has a dependency not on a Singleton , but a static class. When refactoring away from a Singleton, a common approach is to use Inline Singleton . With static classes, a slightly different approach needs to be taken because...
|