<?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 is Not Perfect</title>
	<atom:link href="http://justin.harmonize.fm/index.php/2009/01/javascript-is-not-perfect/feed/" rel="self" type="application/rss+xml" />
	<link>http://justin.harmonize.fm/index.php/2009/01/javascript-is-not-perfect/</link>
	<description>A cup of coffee and a soapbox is like a bottle of Jack and a gun.</description>
	<lastBuildDate>Sun, 13 Jun 2010 06:26:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: justin</title>
		<link>http://justin.harmonize.fm/index.php/2009/01/javascript-is-not-perfect/comment-page-1/#comment-110</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=140#comment-110</guid>
		<description>I haven&#039;t found + overloading to be a huge problem. Since there are so few types that support +, understanding how it works is usually not terribly difficult. Changing how + works is much harder, since there are no hooks into the underlying implementation in JavaScript.&lt;br&gt;&lt;br&gt;Semi-colon insertion is definitely a weird JS quirk. Not a whole lot you can do about it though, except make sure you have semi-colons everywhere. JSLint (&lt;a href=&quot;http://www.jslint.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.jslint.com/&lt;/a&gt;) is a great tool for finding these types of bugs.</description>
		<content:encoded><![CDATA[<p>I haven&#39;t found + overloading to be a huge problem. Since there are so few types that support +, understanding how it works is usually not terribly difficult. Changing how + works is much harder, since there are no hooks into the underlying implementation in JavaScript.</p>
<p>Semi-colon insertion is definitely a weird JS quirk. Not a whole lot you can do about it though, except make sure you have semi-colons everywhere. JSLint (<a href="http://www.jslint.com/" rel="nofollow">http://www.jslint.com/</a>) is a great tool for finding these types of bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinnyVA</title>
		<link>http://justin.harmonize.fm/index.php/2009/01/javascript-is-not-perfect/comment-page-1/#comment-106</link>
		<dc:creator>BinnyVA</dc:creator>
		<pubDate>Fri, 06 Feb 2009 23:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=140#comment-106</guid>
		<description>Another problem with JS is the + overloading. It has caused a huge number of bugs in my apps. Also &lt;a href=&quot;http://www.openjs.com/articles/semicolon_insertion.php&quot; rel=&quot;nofollow&quot;&gt;semi-colon insertion&lt;/a&gt; is a potential problem - although I have not had any problem with it yet.</description>
		<content:encoded><![CDATA[<p>Another problem with JS is the + overloading. It has caused a huge number of bugs in my apps. Also <a href="http://www.openjs.com/articles/semicolon_insertion.php" rel="nofollow">semi-colon insertion</a> is a potential problem &#8211; although I have not had any problem with it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-02-05 &#171; pabloidz</title>
		<link>http://justin.harmonize.fm/index.php/2009/01/javascript-is-not-perfect/comment-page-1/#comment-104</link>
		<dc:creator>links for 2009-02-05 &#171; pabloidz</dc:creator>
		<pubDate>Thu, 05 Feb 2009 12:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=140#comment-104</guid>
		<description>[...] JavaScript is Not Perfect Caffeinated Simpleton (tags: javascript)         Blogroll [...]</description>
		<content:encoded><![CDATA[<p>[...] JavaScript is Not Perfect Caffeinated Simpleton (tags: javascript)         Blogroll [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
