in reply to Development Speed and Productivity

First, I'd like to follow tilly in recommending Code Complete and The Pragmatic Programmer. (As an aside, I wrote a little script that spits out a random tip from the Pragmatic Programmer book, much like the fortune program.)

That said, in my personal practice I strongly believe in these productivity boosters:

Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com

Replies are listed 'Best First'.
Re: Development Speed and Productivity
by zigster (Hermit) on Nov 27, 2000 at 17:44 UTC
    I agree with all of the previous points, the book references are excellent. Just to add a further point, one of my favourate sayings (that I may have ripped off but I dont recall) is that a good programmer is a lazy perfectionist, be lazy love it live it, you are using a puter if it is hard you are doing it wrong, find another quicker way to do whatever you are trying to do. Let the puter take the strain.
    It often takes longer to find and impliment the 'quicker' way but in the long run you will be in a better position for next time.
    It is in the application of just this sentement that I use perl, a fab way for me to be lazy.
    -- Zigster
Re: Re: Development Speed and Productivity
by mothra (Hermit) on Nov 27, 2000 at 18:43 UTC
    That little Pragmatic Programmer script is really cool :) Now I think I'll buy the book!