|
|
|
|
|
by __33__
3112 days ago
|
|
For me, any talk about what is the best way to loop over or enumerate an array is not the most helpfull in talk about code simplicity.
Using a loop, an enumeration, or a functional map, should not really matter that much, most of the time they all do similar things. I would think that any intermediate programmer recognizes them. Thinking too much about which is better, is just loosing time better spend elsewhere. |
|