in reply to My Perl code can be understood by...
I definitely don't hesitate to use closures generating closures that get combined into another closure (for instance) if that's the "best" way to solve the problem. I would hate to solve that kind of problem using only "easy to understand" primitives.
What I mean to say is: some times, problems can only be easily solved (and understood) using relatively "obscure" techniques. If understanding the resulting code relies on the viewer knowing the technique, then that's probably still better than using "simple" techniques in a convoluted way which no-one will be able to understand.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: My Perl code can be understood by...
by TimButterfield (Monk) on Feb 21, 2008 at 21:31 UTC | |
by Joost (Canon) on Feb 21, 2008 at 21:49 UTC | |
|
Re^2: My Perl code can be understood by...
by rogueFalcon (Beadle) on Feb 26, 2008 at 04:05 UTC | |
by soapbox (Initiate) on Mar 06, 2008 at 03:54 UTC | |
|
Re^2: My Perl code can be understood by...
by hardburn (Abbot) on Feb 25, 2008 at 19:35 UTC |