in reply to Development Speed and Productivity
The majority of time and money is spent in maintaining code. Time spent making code maintainable pays off again and again. A well thought-out module allows faster code-reuse than proficiency with pasting, and is more maintainable to boot.
For some real productivity try getting enough sleep, then learning from books like Code Complete or The Pragmatic Programmer. An interesting tidbit from Code Complete. The most productive programmers spend substantially less time coding than others. Instead they spend time in design, discussion, testing, and other activities.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re (tilly) 1: Development Speed and Productivity
by mothra (Hermit) on Nov 24, 2000 at 22:10 UTC | |
by zigster (Hermit) on Nov 27, 2000 at 15:32 UTC |