<?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: Variable Naming Conventions</title>
	<atom:link href="http://www.spuriousthoughts.com/2004/08/18/variable-naming-conventions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spuriousthoughts.com/2004/08/18/variable-naming-conventions/</link>
	<description>Biased / Nicht immer ausgewogen</description>
	<lastBuildDate>Sat, 23 Mar 2013 20:04:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Hans Martin Kern</title>
		<link>http://www.spuriousthoughts.com/2004/08/18/variable-naming-conventions/comment-page-1/#comment-26</link>
		<dc:creator>Hans Martin Kern</dc:creator>
		<pubDate>Sun, 22 Aug 2004 18:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.spuriousthoughts.com/?p=299#comment-26</guid>
		<description><![CDATA[Judging from my experience, using i,j,k is pretty widespread in tight for.. loops. So I would consider this OK because basically everybody knows what to expect from &quot;i&quot; in a loop context, especially if the notion of &quot;rows&quot; or &quot;columns&quot; doesn&#039;t work well with the data at hand.
However, you&#039;re right on target with using &quot;row&quot; or &quot;column&quot; as soon as you iterating over some kind of tabular data.
And while we&#039;re at it, using iterator-objects would probably make the whole discussion moot and be a much better choice.
]]></description>
		<content:encoded><![CDATA[<p>Judging from my experience, using i,j,k is pretty widespread in tight for.. loops. So I would consider this OK because basically everybody knows what to expect from &#8220;i&#8221; in a loop context, especially if the notion of &#8220;rows&#8221; or &#8220;columns&#8221; doesn&#8217;t work well with the data at hand.<br />
However, you&#8217;re right on target with using &#8220;row&#8221; or &#8220;column&#8221; as soon as you iterating over some kind of tabular data.<br />
And while we&#8217;re at it, using iterator-objects would probably make the whole discussion moot and be a much better choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Atwood</title>
		<link>http://www.spuriousthoughts.com/2004/08/18/variable-naming-conventions/comment-page-1/#comment-25</link>
		<dc:creator>Jeff Atwood</dc:creator>
		<pubDate>Sat, 21 Aug 2004 17:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.spuriousthoughts.com/?p=299#comment-25</guid>
		<description><![CDATA[Well, I think it&#039;s hypocritical to decry the use of a,b,c while promoting the use of i,j,k. Why is one OK but the other isn&#039;t?
I never liked i,j,k for the same reason I don&#039;t like a,b,c.. would it kill us to use at least a few characters? I would rather see &quot;row&quot; or &quot;col&quot; than &quot;i&quot;, for example.
]]></description>
		<content:encoded><![CDATA[<p>Well, I think it&#8217;s hypocritical to decry the use of a,b,c while promoting the use of i,j,k. Why is one OK but the other isn&#8217;t?<br />
I never liked i,j,k for the same reason I don&#8217;t like a,b,c.. would it kill us to use at least a few characters? I would rather see &#8220;row&#8221; or &#8220;col&#8221; than &#8220;i&#8221;, for example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
