Tagged Questions

1
vote
13answers
251 views

How do you stay grounded in your work? [closed]

I'm working on an application using Python and jQuery. These are fun, beautiful languages, but I'm having a lot of trouble concentrating. I've noticed a pattern, it goes like this: if I make a lot of …
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 …
19
votes
22answers
1k views

How to keep concentrated and focused while waiting for your compiler?

When I'm working on software, I find that as soon as I have to wait more than around 6 seconds for the compiler or for the program to start (or simply for Visual Studio to process some really …