in reply to Perl Best Practices book: is this one a best practice or a dodgy practice?
This is definitely not the best practice. One of the most important transformation of programming through the years is that: small tricks are no longer encouraged. Even the good tricks are not encouraged, because we want the programs to be easily understandable, not to say those ones that can cause various troubles.
The problem in this case is not really about whether the pogram is re-runnable, but about the fact that it corrupts your data. To make it more clear, let's talk more about re-runability
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl Best Practices book: is this one a best practice or a dodgy practice?
by TheDamian (Vicar) on Sep 03, 2005 at 04:56 UTC | |
by mikeraz (Friar) on Sep 09, 2005 at 14:38 UTC |