Singleton Design Pattern: Pitfalls

Viewed 8073

Not sure of downfalls using strict global state implementation. When is singleton not ideal for an application?

4 Answers
Related