in reply to Re: Perl style: Arguing against three-argument join()
in thread Perl style: Arguing against three-argument join()
How does your second snippet "obfuscate the order of parts in the final result"?
The three strings to be concatenated are given in a different order than from left to right, which might be counter-intuitive for a casual reader.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl style: Arguing against three-argument join()
by chromatic (Archbishop) on Jan 24, 2008 at 19:49 UTC | |
|
Re^3: Perl style: Arguing against three-argument join()
by pilcrow (Sexton) on Jan 24, 2008 at 19:55 UTC | |
|
Re^3: Perl style: Arguing against three-argument join()
by Erez (Priest) on Jan 25, 2008 at 19:57 UTC |