in reply to Re: Read all the file path having text document
in thread Read all the file path having text document
"in Perl you usually wouldn't use prototypes, unless you have a very good reason."Why? What is the downside? Is there some guidance document somewhere?
To me; prototyping keeps me from making subtle design changes (just 1 extra arg, in this special case) that are not documented, and probably will cause maintenance problems later.
I learned to even like C++'s mangled namespace to use argument types as overloading specifiers.
I think it is inappropriate to pooh-pah someone for using good software engineering technique. Are 'strict', 'warning', and maybe 'taint' really not needed either?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Read all the file path having text document
by Joost (Canon) on Nov 30, 2008 at 15:35 UTC | |
by Wiggins (Hermit) on Dec 01, 2008 at 00:10 UTC | |
|
Re^3: Read all the file path having text document
by almut (Canon) on Nov 30, 2008 at 15:55 UTC |