On 10/14/2010 2:01 PM, Robert Harrison wrote:
> Sorry ... nothing wrong with a loop. Just this particular program has
> bunches and bunches of loops already (76 and counting).
>
> It's beginning to look redundant and make my eyes cross. This program is
> becoming a loop de loop. :-)

Loops are one of the most basic programming structures, if your not 
looping your probably branching.

With that, it is awfully nice with high level languages like CF, that 
many of those low level loop de loop structures are abstracted into 
convenient functions or tags.

But, sometimes a programmer must travel far enough off the well traveled 
road, and have to create the low level logic for his|her self!

Sometimes I find that kind of refreshing.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338213
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to