up vote 252 down vote favorite
266
share [g+] share [fb]

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?

link|improve this question
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
3  
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 8 more comments
feedback

closed as not constructive by Lord Torgamus, ChrisF, Joel Coehoorn, James Johnson, Michael Petrotta Oct 29 '11 at 3:30

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

protected by Bill the Lizard Oct 15 '10 at 17:12

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

92 Answers

1 2 3 4
up vote 157 down vote accepted

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|improve this answer
show 13 more comments
feedback

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

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

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

link|improve this answer
11  
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
feedback

I have a few beers.

alt text

link|improve this answer
show 2 more comments
feedback
  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|improve this answer
1  
Thank you for that answer. I really like it! I'm sure I'll make use of some of the points... :-D – Sandro Meier Oct 5 '11 at 18:01
show 1 more comment
feedback

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|improve this answer
1  
I'll vouch for that! – leeand00 Nov 17 '08 at 22:32
1  
I haven't given pair programming a real go, but I find that working in a team of two on separate computers and splitting the load with regular face time more productive for me. Perhaps I just don't have the right Pair. – Tom Leys Nov 18 '08 at 21:10
show 1 more comment
feedback

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|improve this answer
show 2 more comments
feedback

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

link|improve this answer
show 2 more comments
feedback

I close my email clients.

link|improve this answer
show 2 more comments
feedback

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|improve this answer
feedback

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|improve this answer
5  
I would think that guy needed to learn how to stay in the zone just to get to the end of writing his name. – Doug McClean Oct 18 '09 at 3:38
feedback

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|improve this answer
3  
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 '09 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 '09 at 5:29
1  
@Erik: It's really only a simple matter of a roll-back if you know that the change was totally irrelevant. Wouldn't you be irate if you spent 30 minutes troubleshooting my change, only to find out I broke something on purpose as a productivity enhancer? :) – Bill the Lizard Sep 18 '09 at 15:16
show 2 more comments
feedback

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|improve this answer
feedback

Believe it or not, "programmer's block" (along with writer's block and similar "funks" we all fall into at least once in our lives) is a mild form of depression. It can be caused by fatigue, diet, lack of sleep, etc. So the quicker you start thinking about this as a symptom and not a problem in of itself the quicker you'll get it solved.

Everyone is different but I've had success in the past with the following:

  • Go to bed early.
  • No caffeine for a day or two (Warning: can be painful!).
  • Increase physical activity (I take the dogs for a little longer of a walk).
  • Get sunlight (to boost your vitamin D, really). If you've been locked away in your programming dungeon for a few days a temporary (big) drop in vitamin D can cause mild depression!

Barring all that: PANCAKES! With LOADS of maple syrup. And Apple Juice. You'll be ON FIRE for an hour and then you'll want to take a nap... Which you should do.

link|improve this answer
2  
+1, but why all the sweets? – Secko Jun 9 '10 at 1:26
show 4 more comments
feedback

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|improve this answer
feedback

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

link|improve this answer
3  
sigh That won't help because you also know how to get rid of the redirect. – Druid Sep 2 '09 at 12:19
feedback

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|improve this answer
feedback

I use this IN THE ZONE light: In the Zone

It's just a simple tap light that I spray painted red. I got the idea from the classic ON AIR lights. I also happened on this do it yourself video and just followed it. Instructional Video

Note: using an LED based tap light is better - less heat emitted and longer battery life.

Also we we're in a near perfect large 4 developer office with windows / blinds and a door located in the corner of the production area of a printing facility (repetitive and tolerable sound from presses) also 2 flights of stairs away from most of the professional staff.

Tomorrow we are finally getting moved up into the cube farm 2 years after the rest of the office staff was moved - oh well :( So I also bought a pair of these babies since I prefer silence to yapping and phones ringing. Music for developing is ok but I get distracted by it sometimes:

Silence!

Airport Worker Hearing Protection I bought them from here for like $25 Airport Safety Store

link|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
show 5 more comments
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

It's not an easy answer, but sometimes it's the right answer... just push through it. For me, the main difference between 'out of the zone' and 'in the zone' is just the fact that when I'm in the zone I'm making progress towards a goal, and that's something that tends to build on itself.

Something else that's useful is to have a list of multiple tasks to accomplish. If you simply can't make progress on one item on your list, switch to something else.

link|improve this answer
show 2 more comments
feedback
1 2 3 4

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