<?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: 7+1 tips for naming variables</title>
	<atom:link href="http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 13:13:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: RedScourge</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-79579</link>
		<dc:creator>RedScourge</dc:creator>
		<pubDate>Thu, 20 Oct 2011 21:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-79579</guid>
		<description>If it is to be believed that code readability trumps all, then you would not stick to arbitrary rules such as limiting the length of a variable name. 

If saving time figuring out what something is can be seen as a good thing, then this concept extends regardless of length. An attempt should be made to make it short, but when in doubt, don&#039;t make it too short.

&quot;Everything should be made as simple as possible, but not simpler.&quot; - Albert Einstein</description>
		<content:encoded><![CDATA[<p>If it is to be believed that code readability trumps all, then you would not stick to arbitrary rules such as limiting the length of a variable name. </p>
<p>If saving time figuring out what something is can be seen as a good thing, then this concept extends regardless of length. An attempt should be made to make it short, but when in doubt, don&#8217;t make it too short.</p>
<p>&#8220;Everything should be made as simple as possible, but not simpler.&#8221; &#8211; Albert Einstein</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samantha</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-67208</link>
		<dc:creator>Samantha</dc:creator>
		<pubDate>Mon, 08 Aug 2011 15:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-67208</guid>
		<description>Some truly quality posts on this website, saved to fav.</description>
		<content:encoded><![CDATA[<p>Some truly quality posts on this website, saved to fav.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandu</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-19200</link>
		<dc:creator>Chandu</dc:creator>
		<pubDate>Wed, 03 Nov 2010 11:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-19200</guid>
		<description>You will be developing...but what will be next..So follow above steps..Somebody&#039;s appreciation is better than theirs curse ;-)</description>
		<content:encoded><![CDATA[<p>You will be developing&#8230;but what will be next..So follow above steps..Somebody&#8217;s appreciation is better than theirs curse <img src='http://www.makinggoodsoftware.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kot789</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-7185</link>
		<dc:creator>Kot789</dc:creator>
		<pubDate>Wed, 05 May 2010 19:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-7185</guid>
		<description>5. Don´t use negative logic for your variable names.
6. Be consistent.

do you already see an inconsistency?:D

a little tip:
5. Use positive logic for your variable names instead of negative logic.</description>
		<content:encoded><![CDATA[<p>5. Don´t use negative logic for your variable names.<br />
6. Be consistent.</p>
<p>do you already see an inconsistency?:D</p>
<p>a little tip:<br />
5. Use positive logic for your variable names instead of negative logic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-6050</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Wed, 31 Mar 2010 12:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-6050</guid>
		<description>henry erich iii,

In that case, I&#039;d prefer to declare only the int variable, for the QueryString won&#039;t be modified among these lines, or to use more descriptive names:

int customerId;
int.TryParse(Request.QueryString[&quot;cid&quot;], out customerId);</description>
		<content:encoded><![CDATA[<p>henry erich iii,</p>
<p>In that case, I&#8217;d prefer to declare only the int variable, for the QueryString won&#8217;t be modified among these lines, or to use more descriptive names:</p>
<p>int customerId;<br />
int.TryParse(Request.QueryString["cid"], out customerId);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The &#8216;programming for scientists&#8217; link montage &#124; Programming for Scientists</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-1506</link>
		<dc:creator>The &#8216;programming for scientists&#8217; link montage &#124; Programming for Scientists</dc:creator>
		<pubDate>Tue, 13 Oct 2009 22:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-1506</guid>
		<description>[...] 7+1 tips for naming variables Tips for creating good variable names [...]</description>
		<content:encoded><![CDATA[<p>[...] 7+1 tips for naming variables Tips for creating good variable names [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 commandments for creating good code &#124; Making Good Software</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-805</link>
		<dc:creator>10 commandments for creating good code &#124; Making Good Software</dc:creator>
		<pubDate>Sun, 16 Aug 2009 12:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-805</guid>
		<description>[...] There is nothing nicer than using some other developer code and not having to read its documentation because the names of the classes and the methods are telling us everything, so, make everyone&#8217;s life easier and take this approach, expend always a few seconds before naming any element in your code. [...]</description>
		<content:encoded><![CDATA[<p>[...] There is nothing nicer than using some other developer code and not having to read its documentation because the names of the classes and the methods are telling us everything, so, make everyone&#8217;s life easier and take this approach, expend always a few seconds before naming any element in your code. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Aimetti</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-771</link>
		<dc:creator>Fabrice Aimetti</dc:creator>
		<pubDate>Tue, 11 Aug 2009 10:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-771</guid>
		<description>Hello Alberto, I&#039;ve translated your excellent post : &lt;a href=&quot;http://www.fabrice-aimetti.fr/dotclear/index.php?post/2009/08/10/7-1-conseils-pour-nommer-les-variables&quot; rel=&quot;nofollow&quot;&gt;7 + 1 conseils pour nommer les variables&lt;/a&gt;, Regards, Fabrice.</description>
		<content:encoded><![CDATA[<p>Hello Alberto, I&#8217;ve translated your excellent post : <a href="http://www.fabrice-aimetti.fr/dotclear/index.php?post/2009/08/10/7-1-conseils-pour-nommer-les-variables" rel="nofollow">7 + 1 conseils pour nommer les variables</a>, Regards, Fabrice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Tips to improve your code readability &#124; Internet Resources</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-226</link>
		<dc:creator>5 Tips to improve your code readability &#124; Internet Resources</dc:creator>
		<pubDate>Mon, 13 Jul 2009 05:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-226</guid>
		<description>[...] this article: tips to write variable names, there are a few tips that can actually be applied to name any named element not only [...]</description>
		<content:encoded><![CDATA[<p>[...] this article: tips to write variable names, there are a few tips that can actually be applied to name any named element not only [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 commandments for creating good code &#171; Making Good Software</title>
		<link>http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/comment-page-1/#comment-35</link>
		<dc:creator>10 commandments for creating good code &#171; Making Good Software</dc:creator>
		<pubDate>Thu, 04 Jun 2009 23:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=215#comment-35</guid>
		<description>[...] There is nothing nicer than using some other developer code and not having to read its documentation because the names of the classes and the methods are telling us everything, so, make everyone&#8217;s life easier and take this approach, expend always a few seconds before naming any element in your code. [...]</description>
		<content:encoded><![CDATA[<p>[...] There is nothing nicer than using some other developer code and not having to read its documentation because the names of the classes and the methods are telling us everything, so, make everyone&#8217;s life easier and take this approach, expend always a few seconds before naming any element in your code. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

