<?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: JavaScript Namespacing in 85 Characters</title>
	<atom:link href="http://www.programmish.com/?feed=rss2&#038;p=32" rel="self" type="application/rss+xml" />
	<link>http://www.programmish.com/?p=32</link>
	<description>Code is data, Data is code</description>
	<lastBuildDate>Thu, 22 Apr 2010 23:56:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: patrick</title>
		<link>http://www.programmish.com/?p=32&#038;cpage=1#comment-130</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Mon, 23 Feb 2009 14:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmish.com/?p=32#comment-130</guid>
		<description>The Object Literal form mixes well with namespacing. I skipped over the literal form in favor of a simple example, but there is a point at which the literal form becomes unwieldy without some additional structure. In a small enough file the literal form functionally acts as namespacing, adding only a single top level window object. The benefit of namespacing, when the quantity of code grows or is spread across multiple files, is in the construction of the object hierarchy without regard to what order files are loaded or which portions of the hierarchy already exist.</description>
		<content:encoded><![CDATA[<p>The Object Literal form mixes well with namespacing. I skipped over the literal form in favor of a simple example, but there is a point at which the literal form becomes unwieldy without some additional structure. In a small enough file the literal form functionally acts as namespacing, adding only a single top level window object. The benefit of namespacing, when the quantity of code grows or is spread across multiple files, is in the construction of the object hierarchy without regard to what order files are loaded or which portions of the hierarchy already exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neimado</title>
		<link>http://www.programmish.com/?p=32&#038;cpage=1#comment-128</link>
		<dc:creator>neimado</dc:creator>
		<pubDate>Mon, 23 Feb 2009 07:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmish.com/?p=32#comment-128</guid>
		<description>You might want to try Object Literal instead of what you are suggesting here.</description>
		<content:encoded><![CDATA[<p>You might want to try Object Literal instead of what you are suggesting here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
