<?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 Style Guide</title>
	<atom:link href="http://ajaxian.com/archives/javascript-style-guide/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/javascript-style-guide</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: dprevite</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-262333</link>
		<dc:creator>dprevite</dc:creator>
		<pubDate>Wed, 26 Mar 2008 02:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-262333</guid>
		<description>Looks like they&#039;ve moved it here sometime in the last 2 years:
http://dojotoolkit.org/developer/StyleGuide</description>
		<content:encoded><![CDATA[<p>Looks like they&#8217;ve moved it here sometime in the last 2 years:<br />
<a href="http://dojotoolkit.org/developer/StyleGuide" rel="nofollow">http://dojotoolkit.org/developer/StyleGuide</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zuna loon</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-9121</link>
		<dc:creator>zuna loon</dc:creator>
		<pubDate>Mon, 08 May 2006 20:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-9121</guid>
		<description>I agree with xman { should not be on same line. They should be below and line up 
        {
        so it
         is easy
         to follow
         a
         block;
        }</description>
		<content:encoded><![CDATA[<p>I agree with xman { should not be on same line. They should be below and line up<br />
        {<br />
        so it<br />
         is easy<br />
         to follow<br />
         a<br />
         block;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Development &#187; Project Organization</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-4779</link>
		<dc:creator>Web Development &#187; Project Organization</dc:creator>
		<pubDate>Fri, 17 Mar 2006 16:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-4779</guid>
		<description>[...] Javascript Style [...]</description>
		<content:encoded><![CDATA[<p>[...] Javascript Style [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Audible Ajax 16: March State of Ajax</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-4641</link>
		<dc:creator>Ajaxian &#187; Audible Ajax 16: March State of Ajax</dc:creator>
		<pubDate>Tue, 14 Mar 2006 14:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-4641</guid>
		<description>[...] JavaScript Style Guide [...]</description>
		<content:encoded><![CDATA[<p>[...] JavaScript Style Guide [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xman</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-3583</link>
		<dc:creator>xman</dc:creator>
		<pubDate>Fri, 17 Feb 2006 17:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-3583</guid>
		<description>Only someone who is utterly inexperienced at working with others code would even consider suggesting putting the { on the same line. { and } must line up - this is a huge help in finding missing block structure. 

I say this from 30 years of experience of programming in languages that use { } and from having tried all the styles.</description>
		<content:encoded><![CDATA[<p>Only someone who is utterly inexperienced at working with others code would even consider suggesting putting the { on the same line. { and } must line up &#8211; this is a huge help in finding missing block structure. </p>
<p>I say this from 30 years of experience of programming in languages that use { } and from having tried all the styles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pocho</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-3565</link>
		<dc:creator>Pocho</dc:creator>
		<pubDate>Fri, 17 Feb 2006 12:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-3565</guid>
		<description>I would like to extend this suggestion to have a space in front of all opening braces: &quot;if (..) {&quot;, &quot;while(..) {&quot;, etc. Otherwise, very nice guide!</description>
		<content:encoded><![CDATA[<p>I would like to extend this suggestion to have a space in front of all opening braces: &#8220;if (..) {&#8220;, &#8220;while(..) {&#8220;, etc. Otherwise, very nice guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Russell</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-3534</link>
		<dc:creator>Alex Russell</dc:creator>
		<pubDate>Thu, 16 Feb 2006 21:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-3534</guid>
		<description>Dan, I won&#039;t fight you too hard in your modules ;-)</description>
		<content:encoded><![CDATA[<p>Dan, I won&#8217;t fight you too hard in your modules ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Geary</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-3529</link>
		<dc:creator>Michael Geary</dc:creator>
		<pubDate>Thu, 16 Feb 2006 19:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-3529</guid>
		<description>I think the very first sentence of the guide takes care of that. :-)

&lt;blockquote&gt;Any violation to this guide is allowed if it enhances readability.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I think the very first sentence of the guide takes care of that. :-)</p>
<blockquote><p>Any violation to this guide is allowed if it enhances readability.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-3527</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 16 Feb 2006 19:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-3527</guid>
		<description>Guidelines are very important and overall Dojo&#039;s are  very good.  We just need to convince Alex to allow us to put an extra space after a function definition.  :P

&lt;code&gt;function something() {&lt;/code&gt;
vs.
&lt;code&gt;function something(){ &lt;i&gt;//(makes my head hurt)&lt;/i&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Guidelines are very important and overall Dojo&#8217;s are  very good.  We just need to convince Alex to allow us to put an extra space after a function definition.  :P</p>
<p><code>function something() {</code><br />
vs.<br />
<code>function something(){ <i>//(makes my head hurt)</i></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax Lessons &#187; JavaScript Style Guide</title>
		<link>http://ajaxian.com/archives/javascript-style-guide/comment-page-1#comment-3519</link>
		<dc:creator>Ajax Lessons &#187; JavaScript Style Guide</dc:creator>
		<pubDate>Thu, 16 Feb 2006 17:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-style-guide#comment-3519</guid>
		<description>[...] Ajaxian.com have reported on Dojo Toolkit&#8217;s new JavaScript style guide.  Ah the hours of arguing over coding style. We have all been there. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajaxian.com have reported on Dojo Toolkit&#8217;s new JavaScript style guide.  Ah the hours of arguing over coding style. We have all been there. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

