What is so bad about Singletons
- by Ewan Makepeace
The Singleton pattern is a fully paid up member of the GoF Patterns Book but lately seems rather orphaned by the developer world. I still use quite a lot of singletons, especially for Factory classes, and while you have to be a bit careful about multithreading issues (like any class actually) fail to see why they are so awful.
This site especially seems to assume that everyone agrees that Singletons are evil. Why?