Search |
||
Iterating: for vs. whilePosted by staufferjames on May 23, 2007 at 8:03 AM PDT
I often see code like this (when using Java 1.4 or earlier):
but I write that as:
because I think code should be as simple to understand as possible so that I only have to make complex code to do complex things. What do you think? Which is better? »
Related Topics >>
Programming Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|