in reply to Re^3: HoA create from array using map, more efficient?
in thread HoA create from array using map, more efficient?
I believe that depends on what is generating/transporting the input to the script, and how much the application cares about out-of-band behavior in the input. I've certainly seen situations where the extra work is needed, and others where it isn't. I tend to err more often on the side of applying some extra error checking and logging when it isn't needed, and less often the other way, because the latter is more troublesome when it happens.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: HoA create from array using map, more efficient?
by BrowserUk (Patriarch) on Jun 19, 2011 at 23:49 UTC |