Jan 11 2009

Iterators 101: make your data go “loopty-loop”

ALoopll developers constantly come into contact with amounts of data stored in arrays or objects. Getting a hold of the particular chunk of data depends on the type of input you’re dealing with and the way you want manage and output it. If you’re dealing with arrays all is well and you can easily loop through. In some cases though it isn’t always that clear how you can get a hold of your input and how you can actually iterate through it all.

Continue reading