Tagged Questions
1
vote
5answers
1k views
Static classes and/or singletons — How many does it take to become a code smell?
In my projects I use quite a lot of static classes. These are usually classes that naturally seem to fit into a single-instance type of thing. Many times I use static classes and recently I've started ...