in reply to (jeffa) Re: Optimizing existing Perl code (in practise)
in thread Optimizing existing Perl code (in practise)
If you bother to optimize for anything, do it for maintainability
But never forget "monitorability".
Unless your script is being called to do huge jobs, or your resources
are very restricted (Sparc Ultra 1 or Intel 486, etc.) optimization for
speed is not usually that big an issue.
However, thorough and correct logging of events, meaningful commentary
in the script itself, reusability of the code; these will all help
with maintainability.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Optimizing existing Perl code (in practise)
by Aristotle (Chancellor) on Aug 19, 2002 at 11:07 UTC | |
by cybear (Monk) on Aug 19, 2002 at 14:01 UTC |