<?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: Dangers of anonymous function closures</title>
	<atom:link href="http://www.johntantalo.com/blog/dangers-of-anonymous-function-closures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johntantalo.com/blog/dangers-of-anonymous-function-closures/</link>
	<description>It's not so much a time machine as it is my blog.</description>
	<lastBuildDate>Sun, 22 Jan 2012 14:09:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: sporkexec</title>
		<link>http://www.johntantalo.com/blog/dangers-of-anonymous-function-closures/comment-page-1/#comment-44117</link>
		<dc:creator>sporkexec</dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntantalo.com/blog/?p=17#comment-44117</guid>
		<description>I find it much clearer to use the standard convention of ending every statement with a semicolon (in this case, immediately after the closing brace).
Beginning a line with a semicolon obscures what&#039;s actually happening.</description>
		<content:encoded><![CDATA[<p>I find it much clearer to use the standard convention of ending every statement with a semicolon (in this case, immediately after the closing brace).<br />
Beginning a line with a semicolon obscures what&#8217;s actually happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris R.</title>
		<link>http://www.johntantalo.com/blog/dangers-of-anonymous-function-closures/comment-page-1/#comment-44093</link>
		<dc:creator>Chris R.</dc:creator>
		<pubDate>Mon, 29 Aug 2011 04:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johntantalo.com/blog/?p=17#comment-44093</guid>
		<description>Every &lt;code&gt;var&lt;/code&gt; statement, including when the value is a function literal, should end with a semicolon. Really not that hard, and way less WTF than this &quot;initial semicolon&quot; suggestion.</description>
		<content:encoded><![CDATA[<p>Every <code>var</code> statement, including when the value is a function literal, should end with a semicolon. Really not that hard, and way less WTF than this &#8220;initial semicolon&#8221; suggestion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

