The Singleton Pattern
- by Darren Young
Hi,
I am a new programmer (4 months into my first job) and have recently taken an interest in design patterns. One that I have used recently is the Singleton. However, looking at some comments on this thread Overused or abused programming techniques .......it has some bad feedback. Come somebody explain why?
I have found it useful in some places, however I could probably have achieved the same without it using a static class.
Thanks.