active questions tagged in-the-zone - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T12:26:36Z http://stackoverflow.com/feeds/tag/in-the-zone http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/297037/what-tricks-do-you-use-to-get-yourself-in-the-zone 128 What tricks do you use to get yourself "in the zone"? Tim Jarvis 2008-11-17T21:38:56Z 2009-09-22T15:27:41Z <p>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). </p> <p>Is this experience common? How do you force yourself into that state of mind? Is it simply something you can't force?</p> http://stackoverflow.com/questions/476135/what-do-you-do-during-compile-times 3 What do you do during compile times? [closed] Markus 2009-01-24T15:25:58Z 2009-01-24T15:52:06Z <p><strong>Closed as an exact duplicate of <a href="http://stackoverflow.com/questions/55922/how-to-keep-concentrated-and-focused-while-waiting-for-your-compiler#55928">this question</a>.</strong></p> <p>When I write C++ code I compile frequently so that I can see that I'm not making a mistake or what errors to fix next. </p> <p>However, that practice is unfortunately highly inefficient, especially with bigger projects that take a long time to compile. Even if compilation takes only 30 seconds or a minute it adds up to be a big waste of time over the day.</p> <p>How do you deal with longish compile times? Do you just not compile often? During compile times, what works best for you as a time filler? Look at the code some more? But that can disturb the compiling process. Quickly switch to some other coding project you're working on? Read an article? </p> <p>In terms of cognition it's quite an interesting question: How do you deal with frequent forced one-minute interruptions without losing your focus?</p> http://stackoverflow.com/questions/239361/how-do-you-get-back-in-the-zone-after-losing-it 11 How do you get back in the zone after losing it? MrValdez 2008-10-27T08:54:05Z 2008-11-22T13:51:39Z <p>I usually take hours to get into the zone. But I kept getting knocked out of the zone (usually by coworkers asking for help) and switching between programming tasks is tiring.</p> <p>How do you get back into the zone after losing it?</p> http://stackoverflow.com/questions/196148/how-do-you-reach-a-flow-state-while-programming 5 How do you reach a "flow" state while programming? acrosman 2008-10-12T21:38:17Z 2008-11-20T15:43:21Z <p>I'm not talking about program flow, but as in the state of working called flow, the state where you can get great work done the most effectively.</p> <p>I find that my current work environment while good in many ways does not allow me to get into a good state of mind for writing code most of the time (my job includes many other functions). If it's critical to get something done I'll often put on head-phones with classical music and try to drown out the office noise around me (and discourage co-workings from asking me questions).</p> <p>I am best able to get work done late in the evening when the house is quite and I've been thinking about the project for most of the day.</p> <p>What tricks have you found when working in less then perfect office environments?</p> http://stackoverflow.com/questions/75311/what-does-it-take-to-get-you-in-the-zone 2 What does it take to get you in the zone? wbowers 2008-09-16T18:14:47Z 2008-09-16T20:32:30Z <p>That's right, <a href="http://en.wikipedia.org/wiki/Flow_(psychology)" rel="nofollow">the zone</a>. You've all been there at least once or twice. So how do <em>you</em> get to that point? Do you need peace and quite? Loud music? Lights on? Lights off? 10 screens? Mozart? Redbull? Or are you in the zone the second you touch any computer? I'd love to know!</p> http://stackoverflow.com/questions/60256/how-do-you-balance-fun-feature-creep-with-time-constraints 4 How do you balance fun feature creep with time constraints? Adam Davis 2008-09-13T01:57:34Z 2008-09-13T13:01:53Z <p>I enjoy programming, usually. Tedious stuff is easy to get done as quickly and correctly as possible so I can get through it and not have to see it again.</p> <p>But a lot of my coding is <em>fun</em> and when I get in the 'zone' I just really enjoy myself.</p> <p>Which is where I make the mistake of spending too much time, perhaps adding features, perhaps writing it in a cool or elegant manner, or just doing neat prototypes.</p> <ul> <li>How do you recognize this is happening before it exceeds your time frame?</li> <li>What do you do before starting a potentially fun piece of code, or during, to get back on track?</li> <li>When is it ok to let yourself go "hog wild" and just enjoy it without worrying about consequences?</li> </ul> <p>-Adam</p>