vote up 128 vote down star
159

Once I am "in the zone" I am extremely productive and code just flows out of me, often I can get 2 or 3 days coding done in 1 day. But I find that often its hard to get to that place, I find myself procrastinating, getting distracted by other things (SO for example).

Is this experience common? How do you force yourself into that state of mind? Is it simply something you can't force?

flag
1  
@David - I'm glad you did. It's a problem for me too, and I'm very interested in hearing about potential solutions. – Sherm Pendley Nov 17 '08 at 22:16
2  
Well while I agree that the question is subjective, in fact I tagged it as such, I would disagree that its not programming related, its very specifically programming related. If I was running a poll (which I don't tend to do) or it was non programming related I would have made it a wiki question. – Tim Jarvis Nov 17 '08 at 23:43
show 5 more comments

81 Answers

prev 1 2 3
vote up 2 vote down

The book Peopleware covers this issue very well and is highly recommended. They have actually done comparative studies with multiple programmers to see what helps and what doesn't.

In brief, the most productive work is done when it is quiet and you are undisturbed. The ideal they say is individual rooms. Microsoft, Google and Fog Creek all follow this, though it is rare in most of the industry.

If you are in a shared space you want to minimise interruptions so that once you are in the flow you stay there as long as possible. Having some kind of "please don't disturb me" sign/symbol is useful, as is a general awareness of avoiding interruptions by your co-workers.

If you have to listen to music (to block out distractions around you), I believe it has been found that music without words is the least detrimental. But it has been found that any music can prevent you spotting higher level issues. An experiment was done about how long it would take to complete a program. In one room there was silence, in the other programmers listened to music of their choice through headphones. The time taken was similar, but in the music room no-one noticed that several of the steps the program had to take were equivalent to "multiply by one" - in the quiet room several people noticed it.

(Originally posted to this question )

link|flag
vote up 4 vote down

Kent Beck gives a great tip in his book Test Driven Development -- he calls it the Broken Test pattern. Basically, when you're wrapping up for the day you break a test either by creating a new one for the next programming task or by breaking the last one you worked on. Don't check it in -- just leave it in your working copy. Now, the next time your return you'll run your tests and see the failure... naturally you'll dive in to fix the test and before you know it you're back in the zone.

link|flag
vote up 2 vote down

Headphones, 130BPM and no lyrics.

link|flag
vote up 0 vote down

Noise meditation (hear noise, learn how to ignore it) is very helpful. That term might be incorrect; it's one of the basic meditation types that I learned right after breath meditation. Meditation is, to me, the direct manipulation of brain state to bring about greater concentration and control.

link|flag
vote up 0 vote down

A small piece of black electrician's tape over the message-waiting light on my desk phone works wonders.

link|flag
vote up 0 vote down

Joel Spolsky has a nice old article related to that subject: Fire And Motion

Sometimes I just can't get anything done.

Sure, I come into the office, putter around, check my email every ten seconds, read the web, even do a few brainless tasks like paying the American Express bill. But getting back into the flow of writing code just doesn't happen.

...

The diference is that he says "in the flow" instead of "in the zone" :)

link|flag
vote up 0 vote down

I really recommend using the Pomodoro Technique to achieve this. Basically you tell yourself to work focused and uninterrupted for 25 minutes and stick to it, using a timer of some sort. If an interruption arises, such as someone coming by and asking a question, kindly tell them that you will answer it later, and make a note of it. Then get back to work.

When the timer has ringed, you allow yourself a short break during which you can go get a glass of water, talk to your colleagues or surf stackoverflow (although you're not supposed to do anything too intelligent during the break, it is a brain break after all).

If you stick to this, it will be a lot easier for you to focus on the task at hand and to get into the zone.

To get started NOW with the Pomodoro Technique, you can read Staffan Nötebergs excellent blog post Pomodoro Technique in 5 minutes.

link|flag
vote up 0 vote down

I find my iPod is great. Oddly, the playlist with all my favourite tunes that I would've thought would be what would work best doesn't work too well.

However, my Gym playlist seems to trip me right into the zone in the exact same fashion it does in the gym. It gives me focus and keeps me there.

I guess I should put that on and quit wasting time on Stack Overflow...

link|flag
vote up 0 vote down

I use Rescue Time to keep track of how I am really using my time instead of how I think I am using my time. It is free for the personal user. I then remove those items that are time wasters. This might not be a way to directly get into the zone but it feeds on zoning by removing distractions and encouraging success.

Another technique I do is to have a TiddlyWiki to brain dump things. I use the MonkeyGTD wiki on Tiddly Spot as it follows the style of Getting Things Done. Just writing down all those little things that take up brain cycles makes it so much easier to focus. Let the list handle the worry while you 'git er done'.

link|flag
vote up 0 vote down

open up a notepad instance and type in whatever you need to do that day donot do any other tasks other than those listed in notepad Put up a donot disturb note in IM and if possible shutdown email , IM Identify your weak times . for example after lunch i tend to be bit lazing around.. so that time use it for simple tools and tricks development.. this would get you on the track for next 3 hours last: Take a break at times

link|flag
vote up 0 vote down

Nothing can beat Adderall XR. But under normal circumstances, I would stick to meditation and ambient music.

link|flag
vote up 1 vote down

In addition to all previous answers I have a suggestion for a music that helps me staying in the zone. Listening to Haydn's symphonies make me emotionally buffered from the rest of the world. My mind is free to deal with technical problems while listening to this simple, elegant, yet very inteligent music.

link|flag
vote up 1 vote down

I tend to use these techniques to get in a coding mood when I'm sitting in front of my computer.

  • Open up a text editor, and spell out what you want to accomplish. You can also use this to write down questions to ask later, or perhaps to just vent about the spec document. In any case, this little bit of reflection should help you focus.

  • Listen to music. Your mileage may vary on this one. But for me, the best music for coding are those albums that I've heard so many times before that I don't get distracted when I hear them. I also listen to music where the lyrics are in a foreign language I can't understand.

  • And here's something that's surprisingly effective... When you find yourself procrastinating, go on a window-killing spree, and clean off as much junk on your screen as you can. Consider it a penance, maybe. But after closing windows, take a moment to relish your environment, then get to work.

link|flag
vote up 0 vote down

It doesn't matter what you do ... if the piece of work you're doing is boring ... you're never going to get into the zone. So basically steal all the good work for yourself.

link|flag
vote up 1 vote down

Here is a nice technique http://www.pomodorotechnique.com/ I've tried it and it works.

link|flag
vote up 0 vote down

Once you're in the zone, technical doubt flows out of you.

Don't go there.

link|flag
vote up 3 vote down

I do two things to maintain concentration - both involve getting away from the computer (which I believe to 50% of the solution).

I practice Lojong meditation. I find that the secular Tibetan Buddhist practices in particular are simple concentration exercises. (The more you do something, the better you get at it, even thinking.)

And I exercise. I love my cyclocross bike and I'll take breaks from coding for a fast 10 mile ride on the road or head for a trail for a little back to nature mind clearing. During crunch time I'll ride hard for a few hours, work up a heck of a sweat and then have some of my most productive code writing for two or three days straight.

Yoga is good too but I find it more for relaxing the body then the mind (although others disagree with me there). Still important for those who sit in a chair for long stretches.

It's seems a little contrarian that time away from the computer improves overall productivity but it's true. Find a healthy alternative activity and go for it. Even a brisk walk can make a difference.

link|flag
vote up 0 vote down

I think the most important thing is to know oneself. Analyze your behaviour - when do you tend to be the most productive? What factors are involved? Time of day? Sleep? Tasks? etc.

For me, this time of day - about an hour after lunch - I rarely get a lot of creative work done. I try to read e-mail, do routine tasks, and read (borderline work-related) blogs (and Stack Overflow :)).

Before lunch, and then again around 14-15 I get some more coding done again, and after ~17 when most people have left work I get the most done. Try to utilize your peaks and be prepared with work to do then, instead of throwing them away on administration or whatever.

I am not totally stable in my productive curve, but over time I get stuff done, and I get it done good. A modern employer will recognize that and give employees freedom and responsibility to put their own schedule, because you know yourself best.

link|flag
vote up 2 vote down

I disconnnect the network for an hour.

link|flag
show 1 more comment
vote up 0 vote down

I know this sounds strange but sometime just unplugging the mouse and only use the keyboard gets me "in the zone". The keyboard is also much faster input device, you only need to learn the basic shortcuts and you are good to go.

Personally if I need to fire up a browser I use Start->Run->firefox {url} to open a web page. Google also has Keyboard shortcuts which has helped me a lot. For the basic web pages I need to look at (news and stuff) then i've been using the webs mobile version.

link|flag
vote up 1 vote down

get the earphones in and listen to some music!

link|flag
prev 1 2 3

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.