Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

252
votes
92answers
15k views

What tricks do you use to get yourself “in the zone”? [closed]

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 ...
32
votes
23answers
2k 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 ...
7
votes
5answers
333 views

How do you deal with the more mundane parts of programming tasks?

My experience as a developer is that many projects or tickets are a mix of a short and focused very interesting task (e.g., designing some API or a platform to solve something) and a lot of repetitive ...
6
votes
11answers
988 views

Ways to keep my concentration while programming? [closed]

Duplicate What Tricks do you use to get yourself 'into the zone'? I am working on a very important personal project. There is a lot do and accomplish. I am motivated every bit, but there are ...
4
votes
12answers
959 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 ...
2
votes
6answers
245 views

What activities help keep minds fresh when working late hours? [closed]

We programmers generally need to work for long continuous hours, which turns our brain battery down. What things you do to keep your brain fresh and concentrated?
1
vote
1answer
248 views

How to use function parameter in sql query? (Objective C)

A simple but weird question. I am trying to create a sql query in Objective C. But in where clause I want to use a parameter that comes from a function. I couldn't append it to query. The query must ...
0
votes
1answer
827 views

Does white noise really block distractions and aid concentration? [closed]

Having stumbled across mentions of white noise on SimplyNoise.com and Wikipedia I have to admit I'm sceptical. Are there real benefits to listening to this stuff or would I be better off sticking to ...
-3
votes
1answer
86 views

Are you able to close your eyes and focus/think just on your code? [closed]

I have some colleagues at work, they arrive at the morning, switch off email, phone, close the door, etc. Then they close their eyes and during 30 minutes try to focus on their programming (C++, C, ...