in reply to Re: Balancing Coding Time And Code Quality
in thread Balancing Coding Time And Code Quality
it is very poor style to alter the input data in a map
Can you explain the reason behind this to me? I have never seen $_ localized inside of a map. I don't see why it's so bad to modify $_ inside the map. Unless you're maping through a list of references in which case you'd be modifying the original structure. I must admit to never having seen localized $_ in a map and that I've seen a million scripts that mangle $_ to death in such cases.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^2: Balancing Coding Time And Code Quality
by hardburn (Abbot) on Dec 04, 2003 at 15:01 UTC | |
by Coruscate (Sexton) on Dec 04, 2003 at 19:50 UTC | |
by parv (Parson) on Dec 04, 2003 at 22:18 UTC |