<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generic Singleton Factory in JavaScript</title>
	<atom:link href="http://www.zebrakick.com/blog/javascript-generic-singleton-factory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zebrakick.com/blog/javascript-generic-singleton-factory/</link>
	<description>Creative Awesome Web</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:54:20 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phetaffoninet</title>
		<link>http://www.zebrakick.com/blog/javascript-generic-singleton-factory/comment-page-1/#comment-152</link>
		<dc:creator>Phetaffoninet</dc:creator>
		<pubDate>Sat, 12 Dec 2009 01:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=38#comment-152</guid>
		<description>Kick-ass blogpost, great looking blog, added it to my favorites!!</description>
		<content:encoded><![CDATA[<p>Kick-ass blogpost, great looking blog, added it to my favorites!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.zebrakick.com/blog/javascript-generic-singleton-factory/comment-page-1/#comment-53</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 22 Sep 2009 07:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=38#comment-53</guid>
		<description>Actually, since in this example the singleton constructor takes no arguments, it would rely completely on getters/setters to initialize properties. However, it would be trivially simple to pass an arbitrary amount of arguments from getInstance to the specified object constructor, but it’s left as an exercise for the reader.</description>
		<content:encoded><![CDATA[<p>Actually, since in this example the singleton constructor takes no arguments, it would rely completely on getters/setters to initialize properties. However, it would be trivially simple to pass an arbitrary amount of arguments from getInstance to the specified object constructor, but it’s left as an exercise for the reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.zebrakick.com/blog/javascript-generic-singleton-factory/comment-page-1/#comment-30</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=38#comment-30</guid>
		<description>A flyweight might be a better approach for the task you described, instead of a singleton that relies on the objects constructor to initialize all of its properties.</description>
		<content:encoded><![CDATA[<p>A flyweight might be a better approach for the task you described, instead of a singleton that relies on the objects constructor to initialize all of its properties.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
