![]() |
|
No such thing as a small change | |
PerlMonks |
Re: When would you choose foreach instead of map?by techra (Pilgrim) |
on May 21, 2004 at 17:29 UTC ( #355365=note: print w/replies, xml ) | Need Help?? |
I just simply don't like map. It has its uses at its times, but for the most part I like my code to be modifiable and debuggable at every instant or iteration. Map compresses the process down way too much for my liking. There are those perl programmers who try to do as much with as little as possible and then are those of us who like the code to be as readable and mutable as possible.
In Section
Seekers of Perl Wisdom
|
|