in reply to Re: If I was forced to program in another language, the Perl language feature I would miss most would be:
in thread If I was forced to program in another language, the Perl language feature I would miss most would be:
I disagree. It doesn't follow the code flow.
When debugging or analysing the code, you don't find out until the very end of the line whether or not you actually needed to read the line. By that point, you've had to read it anyway.
I find it quite jarring to read, for all but the simplest of expressions. Then again, I find the same thing for lists of English instructions, too.
unlink($file) && crack_password() && sacrifice_firstborn( $child ) && +take_over_world( $mwahahahaha ) if ( $ignore_all_that_just_kidding);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: If I was forced to program in another language, the Perl language feature I would miss most would be:
by BerntB (Deacon) on Oct 18, 2006 at 02:52 UTC | |
by Anonymous Monk on May 30, 2008 at 15:43 UTC | |
by Anonymous Monk on Oct 19, 2006 at 17:46 UTC | |
by BerntB (Deacon) on Oct 21, 2006 at 21:06 UTC | |
by Anonymous Monk on Oct 23, 2006 at 17:12 UTC | |
by BerntB (Deacon) on Oct 24, 2006 at 13:21 UTC |