Just curious. How many hours can you productively program for? When you are programming a certain language can you last longer?

(Feel free to add in something like what your conditions are like and/or some tips to increase your concentration)

link|improve this question
"last longer"? what do you mean? – Pratik Deoghare Apr 12 '10 at 20:55
11  
Maybe he's looking for vi-agra? – Chris Apr 12 '10 at 21:00
vi-gra... /sigh. +1 for a groan-worthy pun. – vfilby Apr 13 '10 at 13:22
feedback

5 Answers

up vote 7 down vote accepted

On a sustainable daily basis about 6-9 depending on the amount of red tape I have to handle.

And the key necessity is headphones... I need to block out the world.

link|improve this answer
+1 for headphones. – SB. Apr 12 '10 at 21:09
1  
Man, hell is when I forget my headphones at home and have nothing at work. That is a bad day. So I bought a set of noise isolating headphones just for the office. At a previous place with more space I used to have a set of Grado SR-225's... those are awesome headphones (but open so they can disturb coworkers). – vfilby Apr 12 '10 at 21:12
feedback

It depends on how interested I am in what I'm coding. If I've got a fascinating problem to solve, I can keep going all day, 16 hours or more, interrupted only briefly when basic biological needs become too pressing to continue ignoring.

If it's something I really don't care about but "has to be done", an hour or two at a time is pretty much my limit.

link|improve this answer
feedback

I would say it varies day to day. Sometimes i find myself working 12+ hours productively, while other days i find it hard to even be productive for a minute.

And Joel did write a blog about this that explains it perfectly.

link|improve this answer
Yeah, I love Joel! – sixtyfootersdude Apr 12 '10 at 21:06
feedback

Ummmmm while(true).

while(IsAlive)
{
    code();
}

while(!IsAlive)
{
   code_in_hell();
}

/*
    We assume that unlike Shrodinger's Cat 
    I can't be in `state == a*|IsAlive> + b*|!IsAlive>`
*/
link|improve this answer
if( !coffee ) { break; } ? – vfilby Apr 12 '10 at 20:56
NO. if(IsDead){code_in_hell();}else{continue;} – Pratik Deoghare Apr 12 '10 at 20:59
try { ... } catch ( DevilIsHRLadyWithTalkingDolphinException dihrlwtd ) { System.WriteLine "HELPPPP!!!!!"; } – vfilby Apr 12 '10 at 21:03
try { ... } catch ( DevilIsHRLadyWithTalkingDolphinException dihrlwtd ) { System.WriteLine "HELPPPP!!!!!"; } goto:CODE ;) – Pratik Deoghare Apr 12 '10 at 21:06
This makes me happy because it actually works on first run. – C Bauer Jul 29 '10 at 18:50
feedback

9 , 14 if there's enough coffee

(followed by day slacking at reddit or SO).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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