<?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: Leading Comma or Trailing Comma: that is the question</title>
	<atom:link href="http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/</link>
	<description>For good of all productive developers</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:37:22 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Malikul</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-4126</link>
		<dc:creator>Malikul</dc:creator>
		<pubDate>Tue, 17 Jan 2012 01:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-4126</guid>
		<description>I agree.. good idea..</description>
		<content:encoded><![CDATA[<p>I agree.. good idea..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zilla</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-4113</link>
		<dc:creator>zilla</dc:creator>
		<pubDate>Thu, 01 Dec 2011 04:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-4113</guid>
		<description>I couldn&#039;t agree more with the leading commas. I actually started this a long time ago with my SQL scripts. I did this for similar reasons: it was a lot easier to comment out lines (fields) if the comma preceded the statement and still have the script run. In my opinion this should be the standard for coding or at least a recognized option. Also, thanks for helping out us noobs!</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t agree more with the leading commas. I actually started this a long time ago with my SQL scripts. I did this for similar reasons: it was a lot easier to comment out lines (fields) if the comma preceded the statement and still have the script run. In my opinion this should be the standard for coding or at least a recognized option. Also, thanks for helping out us noobs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aoboturov</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-4099</link>
		<dc:creator>aoboturov</dc:creator>
		<pubDate>Tue, 30 Aug 2011 09:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-4099</guid>
		<description>Two more points in support:
* diff in case of leading point will give only one line difference;
* using an IDE when one comment a single line (in case of commenting last line of csv-like block of code) there\&#039;s no worry about fixing one extra comma issue from previous line.</description>
		<content:encoded><![CDATA[<p>Two more points in support:<br />
* diff in case of leading point will give only one line difference;<br />
* using an IDE when one comment a single line (in case of commenting last line of csv-like block of code) there\&#8217;s no worry about fixing one extra comma issue from previous line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicobarten</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-3740</link>
		<dc:creator>nicobarten</dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-3740</guid>
		<description>I always use trailing comma&#039;s... indeed, now i read your article it seem plausible to use leading comma&#039;s.

Still, i just don&#039;t like the sight of it, and i like to see my code in beauty :-)</description>
		<content:encoded><![CDATA[<p>I always use trailing comma&#8217;s&#8230; indeed, now i read your article it seem plausible to use leading comma&#8217;s.</p>
<p>Still, i just don&#8217;t like the sight of it, and i like to see my code in beauty <img src='http://blog.extjs.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lilit</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-1723</link>
		<dc:creator>Lilit</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-1723</guid>
		<description>I have been using ExtJs for a couple months now, using editor as simple as VIM. Being bitten by the IE issues, also cases where I would append additional line at the end for declaration and forget to add a comma at the end of previous line, and keep wandering about wierd errors...
Couldn\\\&#039;t make my mind to change the coding style proven by years and move my code to use leading commas.. Until this point. 
Thanks for your post Saki, it finally made up my mind.</description>
		<content:encoded><![CDATA[<p>I have been using ExtJs for a couple months now, using editor as simple as VIM. Being bitten by the IE issues, also cases where I would append additional line at the end for declaration and forget to add a comma at the end of previous line, and keep wandering about wierd errors&#8230;<br />
Couldn\\\&#8217;t make my mind to change the coding style proven by years and move my code to use leading commas.. Until this point.<br />
Thanks for your post Saki, it finally made up my mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thenanyu</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-1682</link>
		<dc:creator>thenanyu</dc:creator>
		<pubDate>Thu, 21 May 2009 22:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-1682</guid>
		<description>I use spket plugin for Eclipse when coding and it&#039;s validation throws a warning for extra commas. I find that trailing commas are more pleasant to read, so I think this is very workable.

Thanks Saki for all of this excellent content.</description>
		<content:encoded><![CDATA[<p>I use spket plugin for Eclipse when coding and it&#8217;s validation throws a warning for extra commas. I find that trailing commas are more pleasant to read, so I think this is very workable.</p>
<p>Thanks Saki for all of this excellent content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-236</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Mon, 03 Nov 2008 20:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-236</guid>
		<description>@nesha,

thank you for your comment. Nevertheless, I won&#039;t change my coding style.</description>
		<content:encoded><![CDATA[<p>@nesha,</p>
<p>thank you for your comment. Nevertheless, I won&#8217;t change my coding style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nescha</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-235</link>
		<dc:creator>nescha</dc:creator>
		<pubDate>Fri, 31 Oct 2008 09:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-235</guid>
		<description>I think that if several people should inspect your code, work on it and reuse it, it is better to keep up with common practice which is, trailing commas. IE glitch (so as many other syntax error) can be fixed by using appropriate tools/editors. Eclipse with Spket plugin and ExtJS support added to it works like a charm. Not only that it marks syntax errors, but it allow code completions, better code colors... It made life of all in my team soooo easier.</description>
		<content:encoded><![CDATA[<p>I think that if several people should inspect your code, work on it and reuse it, it is better to keep up with common practice which is, trailing commas. IE glitch (so as many other syntax error) can be fixed by using appropriate tools/editors. Eclipse with Spket plugin and ExtJS support added to it works like a charm. Not only that it marks syntax errors, but it allow code completions, better code colors&#8230; It made life of all in my team soooo easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neon22</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-193</link>
		<dc:creator>Neon22</dc:creator>
		<pubDate>Sat, 02 Aug 2008 11:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-193</guid>
		<description>Initially I was confused by the leading comma - now i am a big fan.
Thanks for showing us this.

I only wish I could get Aptana&#039;s sh-ctrl-F reformatter to not undo all my hard work :-)</description>
		<content:encoded><![CDATA[<p>Initially I was confused by the leading comma &#8211; now i am a big fan.<br />
Thanks for showing us this.</p>
<p>I only wish I could get Aptana&#8217;s sh-ctrl-F reformatter to not undo all my hard work <img src='http://blog.extjs.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Blake</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-64</link>
		<dc:creator>Arthur Blake</dc:creator>
		<pubDate>Fri, 18 Apr 2008 12:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-64</guid>
		<description>Good point.  I had never tried that JSLint option.  It solves the issue.  Thanks!</description>
		<content:encoded><![CDATA[<p>Good point.  I had never tried that JSLint option.  It solves the issue.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

