How do you maintain focus when a particular aspect of programming takes 10+ seconds to complete?

Posted by Jer on Programmers See other posts from Programmers or by Jer
Published on 2012-04-05T15:33:17Z Indexed on 2012/04/05 17:44 UTC
Read the original article Hit count: 219

Filed under:
|

I have a very difficult time focusing on what I'm doing (programming-wise) when something (compilation, startup time, etc.) takes more than just a few seconds. Anecdotally it seems that threshold is about 10 seconds (and I recall reading about study that said the same thing, though I can't find it now). So what typically happens is I make a change and then run the program to test it. That takes about 30 seconds, so I start reading something else, and before I know it 20 minutes have passed, and then it takes (if I'm lucky!) another 10+ minutes to deal with the context switch to getting back into programming.

It's not an exaggeration to say that some things that should take me minutes literally take hours to complete.

I'm very curious about what other programmers do to combat this tendency (or if I'm unique and they don't have this tendency?). Suggestions of any type at all are welcome - anything from "sit on your hands after hitting the compile button", to mental tricks, to "if it takes 30 seconds to start up something to test a change, then something's wrong with your development process!"

© Programmers or respective owner

Related posts about Productivity

Related posts about focus