vote up 3 vote down star
4

All,

I was really curious about this. If we just wait for a second while programming/ problem solving/ designing/ analyzing, and try to observe the mechanics of our mind while doing this, what does it look like?

I know this is quite abstract and would really take some effort to put in words. But I was just trying to derieve a psychological pattern (if any). Do we really have some common state of mind which we can get into and gain momemtum from there on.

Thanks

flag

33% accept rate
Ticks many boxes along the lines of "Not a real question", "Not programming related", "Subjective and argumentative". – Binary Worrier Oct 27 at 16:29

closed as not a real question by Binary Worrier, OMG Ponies, Ether, Shog9, SilentGhost Oct 28 at 17:41

5 Answers

vote up 5 vote down check

I think you're thinking of flow state. Nobody gets to spend all of their time there, but it's good to aspire to visit it as often as you can.

link|flag
1  
+1 We can only hope to achieve this once a day. Meeting? poof..... – ChaosPandion Oct 27 at 16:30
Thanks, this is a great pointer! – Manav Sharma Oct 27 at 16:30
3 exact same answers in 2 minutes. I think there might be something here. – Jurily Oct 27 at 16:33
vote up 3 vote down

I couldn't explain it scientifically, it's probably just "the Zone" that most programmers are extremely productive when in it. It's the moment when you're concentrating on the problem 100% and if not interrupted you can stay in it for quite a while. Not that trivial to get in this state though.

link|flag
vote up 1 vote down

You may want to watch the following "Google Tech Talk" entitled "No Time to Think". The presenter of this talk discusses one aspect of this very question you pose.

http://www.youtube.com/watch?v=KHGcvj3JiGA

If you are in a hurry, the presenter basically discusses how people in "technology circles" (which increasingly describes everyone) have two major modalities of thinking, and the "problem-solving" modality occurs in the space where humans take time to reflect and digest what they already know.

link|flag
Thanks for the link! Any more related to psychology of programming/ programmers? – Manav Sharma Oct 27 at 16:40
Well, you might want to hear Joel talk about Stack Overflow: blog.stackoverflow.com/2009/05/… – dreftymac Oct 27 at 16:52
vote up 1 vote down

The is only one person that can answer this question, and I'm not sure he is a SO user... (but who knows... :-) )

link|flag
vote up 2 vote down

For me, it's an extreme focus where everything else just disappears. I also fully understand each and every byte of the code (well, the relevant subset) I'm working with.

Others call it Flow.

link|flag

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