Alternatives to the Singleton Design Pattern

Posted on ASP alliance See other posts from ASP alliance
Published on Tue, 23 Nov 2010 00:00:00 GMT Indexed on 2010/12/06 16:57 UTC
Read the original article Hit count: 178

Filed under:
The Singleton Design Pattern is one of the simplest and most widely known design patterns in use in software development. However, despite its simplicity, it is very easy to get wrong and the consequences of its use even when properly implemented can outweigh its benefits. It turns out there are other ways to achieve the goals of the Singleton pattern which will often prove to be simpler, safer, and more maintainable.

© ASP alliance or respective owner