3
votes
13answers
427 views
What do you do during compile times? [closed]
Closed as an exact duplicate of this question.
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.
However, that practice is …
128
votes
81answers
9k views
What tricks do you use to get yourself “in the zone”?
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 …
11
votes
12answers
510 views
How do you get back in the zone after losing it?
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.
How do you get back …
5
votes
16answers
789 views
How do you reach a “flow” state while programming?
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.
I find that my current work environment while good in …
2
votes
16answers
374 views
What does it take to get you in the zone?
That's right, the zone. You've all been there at least once or twice. So how do you get to that point? Do you need peace and quite? Loud music? Lights on? Lights off? 10 screens? Mozart? Redbull? Or …
4
votes
5answers
167 views
How do you balance fun feature creep with time constraints?
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.
But a lot of my coding is fun and when I …
