<?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: Innovative way to create and track loop iterators &#8220;that makes sense!&#8221;</title>
	<atom:link href="http://www.as3apex.com/as3/innovative-way-to-create-and-track-loop-iterators-that-makes-sense/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.as3apex.com/as3/innovative-way-to-create-and-track-loop-iterators-that-makes-sense/</link>
	<description>At the top of our game in st.Louis</description>
	<lastBuildDate>Thu, 03 Jun 2010 07:31:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sidar</title>
		<link>http://www.as3apex.com/as3/innovative-way-to-create-and-track-loop-iterators-that-makes-sense/comment-page-1/#comment-457</link>
		<dc:creator>Sidar</dc:creator>
		<pubDate>Thu, 01 Oct 2009 11:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=44#comment-457</guid>
		<description>Actually j after i does make sense.
its the letter that comes after i.
Than comes k,l,m,n,o etc etc.

To each his own =)</description>
		<content:encoded><![CDATA[<p>Actually j after i does make sense.<br />
its the letter that comes after i.<br />
Than comes k,l,m,n,o etc etc.</p>
<p>To each his own =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don T</title>
		<link>http://www.as3apex.com/as3/innovative-way-to-create-and-track-loop-iterators-that-makes-sense/comment-page-1/#comment-122</link>
		<dc:creator>Don T</dc:creator>
		<pubDate>Thu, 18 Sep 2008 04:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=44#comment-122</guid>
		<description>First off.. Josh I&#039;m bummed I missed the first AS3 meeting :(  Please put me on the mailing list and Ill try to make it to the next meeting.

My comments on the post:
Interesting concept, but it seems it would get crazy after a second.

The concepts of i, n j comes from the study of mathematic matrices. A dimensional matrix is describes columns and rows by m X n where m is the row and n is the column. For instance you could find a particular place in the matrix by ith row of the jth column. I believe the concept of dimension is reason it is used in looping constructs and arrays which are associated with a tensor. blah blah blah... ha ha.. any way..

Cheers
Don T</description>
		<content:encoded><![CDATA[<p>First off.. Josh I&#8217;m bummed I missed the first AS3 meeting <img src='http://www.as3apex.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Please put me on the mailing list and Ill try to make it to the next meeting.</p>
<p>My comments on the post:<br />
Interesting concept, but it seems it would get crazy after a second.</p>
<p>The concepts of i, n j comes from the study of mathematic matrices. A dimensional matrix is describes columns and rows by m X n where m is the row and n is the column. For instance you could find a particular place in the matrix by ith row of the jth column. I believe the concept of dimension is reason it is used in looping constructs and arrays which are associated with a tensor. blah blah blah&#8230; ha ha.. any way..</p>
<p>Cheers<br />
Don T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MLohrman</title>
		<link>http://www.as3apex.com/as3/innovative-way-to-create-and-track-loop-iterators-that-makes-sense/comment-page-1/#comment-120</link>
		<dc:creator>MLohrman</dc:creator>
		<pubDate>Tue, 16 Sep 2008 21:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=44#comment-120</guid>
		<description>I tried this in a project I&#039;m currently working on. I noticed that &quot;Find and Replace&quot; was more difficult to use when I wanted to change the name of the variable.</description>
		<content:encoded><![CDATA[<p>I tried this in a project I&#8217;m currently working on. I noticed that &#8220;Find and Replace&#8221; was more difficult to use when I wanted to change the name of the variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.as3apex.com/as3/innovative-way-to-create-and-track-loop-iterators-that-makes-sense/comment-page-1/#comment-119</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 16 Sep 2008 01:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=44#comment-119</guid>
		<description>Programmers, typically, are considered to be a subset of mathematicians, and accordinly receive considerable schooling in mathematics, so just as x, y, and z are used for position in geometry and trig, i, j, and k are the natural choice for indices just as they are in higher-level math (rotations, integrals, summations, etc.).
Tradition, basically.

That said, the roman numerals notion is interesting, but far too easy to mess up or confuse the number of i&#039;s. It breaks one of the basic &quot;rules&quot; of variable naming -- avoid names that can be easily confused with one another.

As far as what to do when you get to z...
Given that ActionScript and most other modern languages support closures to one degree or another, the iterators can begin anew with i in each function. And if you get deeper than three iterators in a single function, consider it a free-and-easy indication that refactoring is probably a good idea... or at least as an indication that using descriptive iterator names will definitely make that code dramatically more readable, maintainable, etc. And z? If you get that far, you are (almost certainly) doing something wrong. :)</description>
		<content:encoded><![CDATA[<p>Programmers, typically, are considered to be a subset of mathematicians, and accordinly receive considerable schooling in mathematics, so just as x, y, and z are used for position in geometry and trig, i, j, and k are the natural choice for indices just as they are in higher-level math (rotations, integrals, summations, etc.).<br />
Tradition, basically.</p>
<p>That said, the roman numerals notion is interesting, but far too easy to mess up or confuse the number of i&#8217;s. It breaks one of the basic &#8220;rules&#8221; of variable naming &#8212; avoid names that can be easily confused with one another.</p>
<p>As far as what to do when you get to z&#8230;<br />
Given that ActionScript and most other modern languages support closures to one degree or another, the iterators can begin anew with i in each function. And if you get deeper than three iterators in a single function, consider it a free-and-easy indication that refactoring is probably a good idea&#8230; or at least as an indication that using descriptive iterator names will definitely make that code dramatically more readable, maintainable, etc. And z? If you get that far, you are (almost certainly) doing something wrong. <img src='http://www.as3apex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Chernoff</title>
		<link>http://www.as3apex.com/as3/innovative-way-to-create-and-track-loop-iterators-that-makes-sense/comment-page-1/#comment-118</link>
		<dc:creator>Josh Chernoff</dc:creator>
		<pubDate>Tue, 16 Sep 2008 00:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=44#comment-118</guid>
		<description>After digging a little bit more I found the naming logic for naming loop iterators. It&#039;s just the alphabet starting from i. I did not know that befor, nor have I found my self trying to use more then three or four loops at any given time. So the supporting statement made by Bigspaceship was that some people find them self using reserved variable names such as x and y. That has to be a butch of loops to get to x and y. Even then I can see how this error prone if you do use that many loops. The fact the naming convention start at &quot;i&quot; in the alphabet makes it less intuitive if you did not all ready know the naming convention. Such as my self for never concluding that j was just not some arbitrary name for people that find them self using more then one loop. Why do iterators start at i? and what do you do after z?

But now that I think of it, using a var name with more then one character could cause slower performance. 

</description>
		<content:encoded><![CDATA[<p>After digging a little bit more I found the naming logic for naming loop iterators. It&#8217;s just the alphabet starting from i. I did not know that befor, nor have I found my self trying to use more then three or four loops at any given time. So the supporting statement made by Bigspaceship was that some people find them self using reserved variable names such as x and y. That has to be a butch of loops to get to x and y. Even then I can see how this error prone if you do use that many loops. The fact the naming convention start at &#8220;i&#8221; in the alphabet makes it less intuitive if you did not all ready know the naming convention. Such as my self for never concluding that j was just not some arbitrary name for people that find them self using more then one loop. Why do iterators start at i? and what do you do after z?</p>
<p>But now that I think of it, using a var name with more then one character could cause slower performance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
