Comments on: Singletons https://andypalmer.com/2008/05/singletons/ Views on software, technology, consulting and business process Fri, 22 May 2009 13:10:14 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: ben.biddington https://andypalmer.com/2008/05/singletons/comment-page-1/#comment-6 Tue, 27 May 2008 10:02:00 +0000 http://www.andypalmer.com/blog/?p=8#comment-6 Seealso

]]>
By: euluis https://andypalmer.com/2008/05/singletons/comment-page-1/#comment-5 Mon, 26 May 2008 20:46:00 +0000 http://www.andypalmer.com/blog/?p=8#comment-5 The majority of Singletons I’ve seen were disguised global variables. I’ve rambled on this previously as part of a post on a specific refactoring task.

It’s a problem with Java like languages that want to make everything into a class. The focus of the language should be on objects and not on classes. So, all in all I consider that singletonitis is a problem of some languages.

]]>