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

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

Depends what it is, if it is a project I am interested in, and Im learning something new it is always easier to concentrate. If it's routine, it can be hard. For instance, right now...I should be doing other things, but Im here. I'm going to read through some more of the suggestions, maybe that will help.

link|flag
vote up 2 vote down

Get comfortable. I code much better when at my dual-monitored desk workstation than at my laptop on the couch.

link|flag
vote up 2 vote down

Just be rude enough on my co-workers. They will go away. 15 minutes later it just happens.

link|flag
vote up 1 vote down

Mostly covered above, but music choice is also important. If I'm doing a bunch of repetitive file edits that I don't have a script/alias for, I want to listen to music that is repetitive (rock, metal, etc.); something that matches the rhythm of my work. For more complicated work, I'll listen to something like classical or jazz. Sometimes I'll listen to nothing at all.

Definitely have to turn off all distractions though. Close the blinds if you have a window (close the door if you have one). Turn off email/IM, leave the webbrowser off and even turn off the phone for a couple hours (use good judgement here).

Finally, short bursts are often the most productive for me vs. long marathon sessions. I can get into a flow by taking more breaks rather than working for a long time and getting tired about 1/3rd the way through and hating my work by the end.

link|flag
vote up 1 vote down

I close Adium or Pidgin [depending on which computer I'm on] and IRC. And then I can really focus. Those are my two biggest distractions.

link|flag
vote up 2 vote down

A couple of things that work for me most of the time, but it's as difficult for me as it is for you and none of them works 100% reliably.

  1. Meditate for a couple minutes in an absolutely quiet place. Dwell on why you are what you are, why you are doing what you are supposed to be doing and try to find motivation in whatever end goal you have.

  2. Sleep LESS. When I am fully rested, it's actually easier for me to get distracted.

  3. Exercise, but not just 20 minutes -- exercise until you are really tired. 2 hours usually does the trick for me.

  4. Do NOT drink coffee. It's great to stay awake in meetings, or for staying "divisibly concentrated" while driving, but for creative focus I find it counterproductive.

  5. (The obvious one) If you have this option available for you, arrange your working conditions for lack of distractions.

  6. (The obvious but less talked about one) If you have this option available for you, have a lot of sex before, so it's off your mind.

link|flag
show 1 more comment
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 2 vote down

What I did during my diploma thesis was using 2 computers. The university computer for thesis work and my Macbook next to it for private stuff (RSS, chat, mail). Screensaver of the Macbook of course turned on while working. And no sound notifications either :)

link|flag
vote up 1 vote down

To really get going, this is my formula:

  • Headphones (and music!)
  • Close email client
  • Turn phone ringer off
  • Steaming mug of coffee

But still, this isn't 100%, and some days you are just more "in the zone" than others

link|flag
vote up 1 vote down

You just have to drink exactly the right amount of alcohol :)

link|flag
vote up 2 vote down

One pint of good beer to lubricate the mind.

link|flag
1  
Beer always makes me very lazy. – Paul Nathan Jul 7 at 0:02
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

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

link|flag
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 1 vote down

I'm lucky enough to have an office to myself. To get into the zone I do several things -

  • Shut the door. This is a clear signal to everyone that I intend to work and I'll brook no disturbances.
  • Listen to music on my MP3 Player - it's very relaxing and helps me get into a "zen meditative state".
  • Make sure I have a clear list of tasks that I can get on with. That always works. I can't count the number of times somebody has busted down my door and tried to get my attention, and failed because I'm just too busy to notice they're even there.

At the advice of somebody else earlier in the thread, I've just added Leechblocker to my browser and it's working beautifully. Thanks!

link|flag
vote up 1 vote down
  1. Go to a pairing station, with no access to phone, email and an understanding from others that 1 min interrupt costs 15 min of development time.
  2. Break the routine, which usually means come in on a weekend.
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 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 0 vote down

In A Nerd In A cave, Rands talks about how he gets into the Zone, how he gets near the Zone, and how he comes out of it with a snap.

link|flag
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 0 vote down

I first close out of all distractions. This includes, but is not limited to, NewsFire (my RSS reader), Adium (chat), Mail (email), Twitteriffic, and Firefox tabs. Then I put on music.

The key about the music, at least for me, is that it has to be made up of all songs that have the same tempo and texture. Generally albums fulfill this, but Pandora is great for this purpose. It pulls various artists that all sound similar, so you don't get bored. Lately I have found that listening to What's the Story (Morning Glory) by Oasis or the Back to the Future soundtrack help me focus the most. Oasis is all fairly mellow music that puts me in a good mood, and Back to the Future is fairly inspiring, yet not overpowering.

Also, having the lights off unless I need to read something helps me to focus for whatever reason.

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 0 vote down
  1. Tea
  2. A clear idea of what I want to accomplish and how I want it to work.
  3. An interesting project.

I'm pretty interested in the work I do, tea is readily available, and if you don't have a clear idea of what your high-level design is yet, you're better off figuring that out before even trying to get into the zone. Given these three, I find that I get into the zone sooner or later, but it can take some time for the context switch to happen, so the real key is:

Absolutely minimal waiting on stuff (waiting to compile waiting for my program to execute so I can determine whether it's working correctly, etc.) because if I have to idly wait more than 20 seconds I get bored and my mind drifts, and no requirement that I do anything other than focus on my problem (go to class, answer people's questions, eat, etc), so I don't lose my train of thought.

For me it's kind of a self-fulfilling prophecy. If I know this last requirement isn't going to be met, I just assume that I'm going to have a relatively non-productive day and don't even really try to get into the zone.

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

A bunch of work items and some In Flames always keep me rolling.

link|flag
vote up 1 vote down

I've currently got a very long project (as of today I'm down to 56 days remaining from an original total of 100+ days) and to keep motivated I have to keep setting small deadlines for myself and aim to get small chunks done by a certain time; this helps me get in to zone. Some happy hardcore dance music or vocal trance also helps. The steady (fast) beat helps me to concentrate!

link|flag
vote up 1 vote down

Put on your headphones, close the email client, and if you have windows, close the blinds.

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

Your Answer

Get an OpenID
or

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