vote up 126 vote down star
157

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

1 2 3 next
vote up 104 vote down check

I started thinking about new ways to get into the zone after watching this TED conference video by Mihaly Csikszentmihalyi (pronounced "Chick-sent-me-high-E"):

Mihaly Csikszentmihalyi: Creativity, fulfillment and flow

One of the results of his study is a graph that compares the challenge of an activity vs. the perceived skill that you have in doing the activity. The intersections of the two fall into mental state zones with Flow (or "in the zone") in the upper right where a high challenge is being met with a high skill level. If you think about the things you do every day, it's pretty easy to figure out where they should be placed on the graph and it's pretty perceptive in figuring out your mental attitude toward those tasks.

I printed out my version of his diagram and I try to mentally graph my tasks onto the chart. Then I try to find ways to alter the tasks to shift them toward the upper right (or at least the middle).

alt text

Big Version

I'm reading his book FLOW: The Psychology of Optimal Experience now and it is great as well. It is providing a lot of insights into my personal behaviors that I have hypothesized about and it's interesting to see that worldwide research supports them.

I'll find myself in the zone (or the "Flow") at various times during a programming project, usually when I concentrate enough to start a new part of the project where I have to really apply my skills or research and learn new skills. Once that part is over and the drudgery of repeating and refactoring code, documenting, testing, etc. start it's much harder.

Unfortunately, by Csikszentmihalyi's definitions, reading the web, reading books, talking with friends, and participating in things like SO are also "flow" activities, so they are particularly easy to get distracted by and locked in for a long period of time.

Because of that, Leechblock has been my biggest help in staying on task. I haven't had to add SO to my daily blocks yet, but I do have a special category for it where I can do a "lockdown" on it if I get too distracted.

link|flag
show 12 more comments
vote up 106 vote down

Lately, I'm finding the best way to get in the zone is to close my StackOverflow browser.

link|flag
5  
yeah, but then you just open another one... – Steven A. Lowe Nov 17 '08 at 21:57
3  
I want to flag this as Offensive. ;) – Stefan Nov 17 '08 at 22:04
5  
Yeah... This place is becoming "developer crack" to me recently. – joseph.ferris Nov 25 '08 at 16:12
show 5 more comments
vote up 68 vote down

Headphones, a clear schedule, and not having to wait on anyone for resources.

link|flag
5  
Aren't all of these, apart from the headphones, out of your control? (-: – Rob Wells Nov 17 '08 at 22:35
1  
Yes and No. You can keep a clear schedule by booking yourself a 5 hour block in Outlook, or by developing in the early morning or evening, as others have said. As for not waiting on people.. I find sometimes I have to work on other things for a few days while I let them free or finish their parts – Tom Ritter Nov 17 '08 at 23:12
show 4 more comments
vote up 35 vote down

I find that a clear list of requirements and deadlines helps to keep me on track. Even if I only have a couple of hours to work, I spend some time planning out my process before getting started.

Most distractions are appealing because they offer instant gratification. When we have a lot of things to do, but no clear plan, our minds will jump at the first task that seems productive. If you have your workflow laid out, the next task becomes obvious.

Also, check out David Allen's book, called Getting Things Done.

link|flag
show 2 more comments
vote up 30 vote down

I have a few beers.

alt text

link|flag
show 2 more comments
vote up 28 vote down

I close my email clients.

link|flag
show 2 more comments
vote up 28 vote down
  1. A list of 1-2 hour tasks with a clear result and a time estimate (then I track my time)
  2. Turn off email, and MSN, and don't surf the net
  3. Staying focused on ONE task. Any other ideas or bugs I find are logged.
  4. Fast music helps me code, but when I'm trying to figure something out ... it's got to be silent or slow instrumental.
  5. Knowing that I'll be getting an ass-kicking if the results aren't met, certainly helps
  6. Staying focused on what I need, when I go online. This helps to keep me from getting distracted
  7. Reduce as much of the stuff that takes you out of the zone as possible. (interuptions, poor work environment, slow PC, etc...)
  8. Make decisions quickly.
  9. Make your home page either blank or Google. Never set it to SO, Digg, Reddit, etc...

Good luck

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

This may sound counter intuitive to many people, but I find when I pair program, I am MUCH more effective. I have someone to keep me on task, and I have someone else to keep on task too. I get the extra brain to bounce ideas off of, and we learn about each other in the process.

Pairing isn't for everyone, but it does help for some like me.

link|flag
show 3 more comments
vote up 24 vote down

Headphones, iPod tuned to good music, and working very early in the morning, at least 2 hours before everyone else comes in. Also, trying new techniques all the time!!!

link|flag
vote up 24 vote down

Make sure that you are well rested. Nothing is more distracting than trying to ignore the need to sleep.

link|flag
show 2 more comments
vote up 21 vote down

The question isn't merely asking about how do I avoid distractions, but how do I get "into the zone", which is more than that. It isn't just avoiding meetings, it is having the right task to do.

From the Wikipedia article on Flow (which is the psychological name for "the zone").

Csíkszentmihályi identifies the following as accompanying an experience of flow:

  • Clear goals (expectations and rules are discernible and goals are attainable and align appropriately with one's skill set and abilities).*

  • Concentrating and focusing, a high degree of concentration on a limited field of attention (a person engaged in the activity will have the opportunity to focus and to delve deeply into it).

  • A loss of the feeling of self-consciousness, the merging of action and awareness.

  • Distorted sense of time, one's subjective experience of time is altered.

  • Direct and immediate feedback (successes and failures in the course of the activity are apparent, so that behavior can be adjusted as needed).*

  • Balance between ability level and challenge (the activity is neither too easy nor too difficult).*

  • A sense of personal control over the situation or activity.*

  • The activity is intrinsically rewarding, so there is an effortlessness of action.*

  • People become absorbed in their activity, and focus of awareness is narrowed down to the activity itself, action awareness merging.

Not all are needed for flow to be experienced.

I have put asterisks next to the items I feel can be controlled, which is hopefully an answer to the original question.

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

Sound Isolation:

One problem I've had with using headphones is that music through headphones will give me a headache after about an hour. Unfortunately, my work day lasts much longer than that, and I do have some serious yammering types around my cube.

However, I have found that ambient sounds, such as white noise, water, rain, or wind will do the job as good as music without the headache.

Getting Started:

Some have mentioned just "getting started" helps; maybe some specifics that I use will be useful. If I'm coding, I start with a simple routine which is also beneficial in that sometimes I find problems.

  • I run my unit tests to make sure they are working
  • Update code from the repository
  • Rebuild
  • Rerun my unit tests

By the time I'm done with this, I'm usually into code mode and can jump in.

If I'm writing or analyzing, I will go back through stuff I've already written to polish it up, tweaking a few things here or there.

Basically, both these examples involve getting your hands on your desired focus object without a huge initial investment in new thinking or heavy thought - a warm up, in effect. I rarely have to say to myself, okay, I'll start the hard part now; it just happens naturally.

link|flag
vote up 12 vote down

i wait until something completely explodes and I have absolutely no choice but to be "in the zone" other than that, I work for a while, screw around for a while, rinse, later, repeat.

link|flag
vote up 10 vote down

I break something simple at the end of every day. When I come in the next day, the first thing I do is fix what I left broken the day before. This forces me to think about the code so I can make it compile again. Make sure you break something after you check in the day's changes, otherwise you'll be getting an angry phone call.

Update: Lately I've found that writing a failing unit test works just as well, and doesn't have the added danger of accidentally checking in broken code.

link|flag
2  
Now, THAT'S a creative idea! What if you could get another team member to break something for you, while you break something for him. You'd each strive to find the right type of thing to break ... just enough of a puzzle to get you started. – Charlie Flowers Mar 23 at 2:19
1  
thas's really creative ! i hope to remember the thing/s that i broke for the next day ! he he... – Al pacino Jun 28 at 5:29
show 2 more comments
vote up 9 vote down

Hide Twitteriffic, Adium and Skype. Close Safari and Mail. Then... start.

This last part — start — is harder than it sounds. It means remind myself that no I don't need a drink of water, no I'm not really hungry, no I don't need to get up and walk somewhere, no I don't need to check my email/rss feeds/twitter/stackoverflow.

Two things that help me with coding: TDD & Pair Programming.

Pairing is by far the best way I know to improve my productivity, because it forces me to start.

The next best is TDD because I can make the problem of starting very small. What's the smallest test that I can write next? Write that. Make it pass. Next. Pretty soon I'm rolling.

(Ok, back to my failing test...)

link|flag
vote up 8 vote down

Edit the hosts file (Windows/System32/Drivers/Etc/Hosts) and redirect youtube.com to 127.0.0.1.

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

It also helps to enjoy the project you are on, I have found that if I like the project I am working on I can't get distracted, my boss has to yell at me from my door for me to hear him. But on days when I am working on a project I don't really want to do, I get easily distracted by other stuff (SO for example).

link|flag
vote up 5 vote down

Music? Bleh. Music would be distracting.

I would find a completely quiet place to work and get a large glass of strong tea (coffee might work too, I just don't like coffee). I also notice I'm "in-the-zone" more often late at night than at any other time.

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

Juggling helps make my thoughts slippery (sorry I don't have better vocabulary for this). Ordinarily I latch onto certain thoughts, often thoughts that don't relate to what I'm trying to do. If I juggle for 5-10 minutes I find I can let the distractions gently go their way and get back to my main goal more easily.

link|flag
vote up 5 vote down

Quite a few good suggestions posted already, but most of them are quite "personal" - ie it works for the poster, but not necessarily everyone.

Quite a lot of the suggestions boil down to having some anchor that you subconsciously associate with the state of mind of being in flow. Anchors, especially accidental ones, tend to be very subjective. The good news is that you can create your own ones.

I'd recommend reading up on NLP for the full scoop, but the basic idea is that you set aside some introspective time. Think back over previous times when you've really felt in flow. Relive those moments mentally, preferably in both connected and disconnected states (ie. as if you were watching yourself, and as if you're looking out through your own eyes), and at the moment you think the feeling of the flow state is peaking, trigger you anchor - which could be as simple as pressing two fingers together. Repeat the process a few times - straight away, and also each day for the next couple of days, then as often as you need to top up (may not be necessary).

Once the anchor is thus fixed, you can jump into the state again at any time by triggering the anchor.

This is oversimplified, of course, but there's not a lot more to it. If you don't get immediate results, persevere.

link|flag
vote up 4 vote down

For me, anything that is "alerting" is intruding - so all mail / im / twitter type stuff must be off. I find I get enormous amounts of work done on a plane, for example (as long as I don't need the net for something). I find the right kind of music help me as well ("right" depends on the work and the mood).

But I think it's equally important (especially I find as I get older) to realize that the bulk of my time is NOT spent in flow state. And thus, it's important to find ways to move forward regardless.

For that, I find trying to do at least one tangible thing on important projects every day is the answer. Maybe all you'll do is one thing - open a file and type a few lines, but if you do one thing a day you are at least making progress. As they say in football - ya gotta move the chains. I'll find that sometimes that simple act of trying to do one thing is enough to quiet down the chaos and spur bursts of activity.

link|flag
vote up 4 vote down

A morning workout at gym followed up by a cappuccino tends to do the trick for me.

link|flag
vote up 4 vote down

I've found this ToDoList program very helpful for getting myself in the zone. I break down any task I have into myriad tiny tasks, estimate how long it will take then set the timer running. It's easy to concentrate when the task is small and you're competing against the clock. FogBugz does the same thing much more excitingly, of course, but then it costs money and I'm incredibly tight-fisted.

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 4 vote down

Looking over the answers already posted they have a common theme. In order to get in the flow you need at least 15 minutes of uninterrupted time. This has been established in the eighties [1] through empirical studies. That is why people people complain that they only get work done when: music is playinging, no email/phone distractions, no coworkers poking them, working before/after everyone else does.

So my only suggestion would be to get an office where you have a Do not disturb sign (you know like the hotels :)), and where you can cut off all external communication for a period of time. Say a couple of hours. Often things are not so important that they can't just email you and you can look at it when you have time. Instead of trying to do multiple things at once.

Also I would very much recommend for all people, not just managers, to read Peopleware.

[1] http://en.wikipedia.org/wiki/Peopleware

link|flag
vote up 3 vote down

I sneak up in the middle of the night, drive to the office and sit there alone and drink coffe and listen to music. It will put me in the zone at once. No phonecalls, no email, noone who ask me questions (we have a couple of interns who ask questions all day long).

And thats what Im going to do just now. Its 22.45 over here, my family has gone to sleep. And I will get up and drive to the office to have some powerwork done. ;)

link|flag
show 5 more comments
vote up 3 vote down

Listening to a good programming-related PodCast like Hanselminutes, .NET Rocks, Polymorphic Podcast, PowerScripting Podcast, Thirsty Developer, ASP.NET Podcast (no particular order) seems to help get me "in the zone". Usually on a bike ride, or a walk around the block.

link|flag
1  
Do you continue to listen to the podcast while working? I find there's a big difference between listening to a podcast and listening to music. With a podcast, if I'm busy working then I just miss the whole thing and have no idea what I just heard. – Greg Hewgill Nov 17 '08 at 21:48
1  
I cannot accomplish anything useful while listening to a podcast. I have to do boring repetitive work that requires zero thought. – Tom Ritter Nov 17 '08 at 21:49
show 2 more comments
vote up 3 vote down

Drinking fruit juice (rather than coffee) real fruit Juice like Naked Blue Machine... What else, oh I exercise at night and that makes my endorphins make me feel better the next day. Maybe putting on some classical music to raise my IQ a notch too.

link|flag
vote up 3 vote down

I find that while I am doing a task I don't usually stop and change. To get in the zone, one has to immediately move on to the next task without checking s.o. or email etc. This is hard though, "just a quick check" you think, but if you can resist the urge after a few times you will be fully in the zone.

Today is a good test for me. Yesterday I finished a complicated analysis and report, and now I have to decide where to start. This is another thing that may help - a clearly defined list of tasks so you know straight away which to move on to. I have to do this now, else I will spend the rest of today procrastinating on the net.

From the holistic standpoint, the other things I find keep me on track are an interesting project, a project where I am learning new things, tight deadlines and reward for effort. These things fall under the project supervisor's responsibility.

One thing that worked great, believe it or not, is in a previous job the manager would let us play network shoot em' ups (delta force) for a few hours sometimes. After that we always seemed to get back in the zone. Maybe it got rid of all the pent up frustrations and gave us something to 'work' towards.

link|flag
vote up 3 vote down

For me, simply an interesting project or task helps a lot... I've not had something that interesting for quite a while now... ::Sigh::

link|flag
1 2 3 next

Your Answer

Get an OpenID
or

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