in reply to Re: Perl::Improved Volume 0, Number 0
in thread Perl::Improved Volume 0, Number 0
Not everything should be overly verbose
I don't think that's Wassercrats' point. It's easy to understand why the file test operators in the shell are so short -- they're common operations there. Based on my Perl corpus though, I don't use them often enough to justify two-character operators.
Now it'd be terrible practice for me to pronounce the one true way based on a single corpus, but as I mostly program applications and not administration scripts, I wouldn't mind terribly much using something like File::exists( 'filename' );.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl::Improved Volume 0, Number 0
by Solo (Deacon) on Aug 27, 2004 at 02:22 UTC | |
by demerphq (Chancellor) on Aug 27, 2004 at 13:18 UTC | |
by Anonymous Monk on Aug 30, 2004 at 09:47 UTC |