On 4 August 2010 01:59, Rob Dixon <rob.di...@gmx.com> wrote:
>
> Speed of execution is the last goal of all.
>
> First of all make your program functional and intelligible.
>
> Only after that, if you have problems with resources (including time, disk
> space, or processor) tune it to be more efficient.

This, a thousand times. It's easier to make a correct and readble
program fast than it is to make a fast program correct and readable.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to