http://www.perlmonks.org?node_id=270339


in reply to Re: How do you avoid "Code Burnout"?
in thread How do you avoid "Code Burnout"?

I can see the appeal of that idea, but I respectfully disagree. My reasoning is three-fold:

If you have repetitive work, automate it. If you want to know if software works, test it from the start. If you don't know exactly what the customer wants, ask him. If you want to train a new programmer, pair him up with experienced programmers.

  • Comment on Re: Re: How do you avoid "Code Burnout"?

Replies are listed 'Best First'.
Re: Re: Re: How do you avoid "Code Burnout"?
by chunlou (Curate) on Jun 30, 2003 at 22:22 UTC
    You're right.

    In practice (which happens often to any area) nothing stops a mentor from giving "boring" work to his apprentices, so that he could be spared to do something more exciting.

    It's not ideology, it's just psychology. And the issue isn't how right you're, but whether you get your executives' buy-in and support.

    (An anecdote: some people think "small, frequent deliveries" means they don't need to write as accurate a spec and development magically becomes easier--hence, e.g., testing isn't as much needed.)