aabs


Comments:

Design Patterns: Thoughts on the Singleton Pattern

posted by aabsaabs(850) 5 years, 2 months ago 0

Unless you are using your singleton with great care in the web app area, you will find that it does anything but serve well.

http://aabs.wordpress.com/2007/03/08/singleton-%e2%80%93-the-most-overused-pattern/

think twice before you opt for singleton. And if after you thought twice you still mean to use it - make it bullet-proof. Then come back and tell us if the effort was worth it to use the pattern.

Reply