How do you deal with the more mundane parts of programming tasks?

Posted by Uri on Stack Overflow See other posts from Stack Overflow or by Uri
Published on 2010-04-08T20:47:12Z Indexed on 2010/04/08 20:53 UTC
Read the original article Hit count: 159

Filed under:

My experience as a developer is that many projects or tickets are a mix of a short and focused very interesting task (e.g., designing some API or a platform to solve something) and a lot of repetitive and mundane tasks that cannot be automated (such as certain refactorings to use the API or platform, implementation of certain tests, some GUI handling, etc). I believe that this is the nature of our profession, unless we are high-level architects or managements and can delegate this work.

The only item in my personal arsenal when dealing with these tasks is to devote some of my attention to radio or audiobooks (preferably not in English as I find it hard to concentrate on two "streams" of English at the same time). I maintain sufficient attention to carry the task and don't lose concentration as fast.

I'm wondering how others cope with these and maintain concentration.

© Stack Overflow or respective owner

Related posts about concentration