Sometimes it takes about a minute or two to fully compile an application. Believe me, that's a long time. You've obviously just looked at the code and just waiting to see some results, etc.

I was wondering, what do you do during that 1 to 2+ minutes?

link|improve this question
I wanted to post: "During the downtime, I use Python." But that's just a target for downvotes. – S.Lott Nov 24 '08 at 21:16
@S.Lott - Would have gotten an upvote from me – Sean Dec 9 '08 at 21:36
feedback

19 Answers

up vote 9 down vote accepted

Post on StackOverflow.

Currently waiting for a compile :)

link|improve this answer
[syntax error: Diddo: undefined variable (did you mean "Ditto")?] ;) – Jimmy Nov 24 '08 at 21:46
feedback

'Are you stealing those LCDs?' 'Yeah, but I'm doing it while my code compiles.'

link|improve this answer
ugh. Hotlinking--- – gnud Dec 9 '08 at 21:04
feedback

swordfight on officechairs (sorry, no SO thread is allowed to not have an xkcd reference)

link|improve this answer
xkcd.com/303 – aib Nov 24 '08 at 21:48
feedback

Praying...

link|improve this answer
feedback

Get my ass out of the chair, maybe even stretch my legs a bit and fill up my mug (office next door to break room).

Or depending on the build I may watch output

link|improve this answer
feedback

Spend the two minutes coding in Python! (no compile needed...)

link|improve this answer
no local compile needed... lets pass it on to the user :( – baash05 Nov 25 '08 at 3:17
Depends if your boss is a stickler and makes you use py2exe :( – John T Dec 9 '08 at 21:21
feedback

I remember my builds used to take 30 minutes on a fast box (and you couldn't optimize it much, the damn link was 20 of that.

I took apart a hard drive and rebuilt it as a little guy (read/write head) surfing on the disks. Lots of the other pieces were scenery.

My boss told me later that he came in to lay me off one day (Took me a while to get the hang of C) and asked about it and I told him I made it during builds. He said it saved my job--kinda creative I guess. (I'm sure he didn't WANT to get rid of me, and later said he was really glad he hadn't.)

link|improve this answer
That is kind of messed up. I don't really see the connection with some office trinket you put together during down time and not getting laid off. – Simucal Nov 25 '08 at 3:37
Just that he figured I was a little more creative than he'd thought. He was right too--made a bunch of money for that company thinking and working "outside the box". Ugh, how lame that sounds, but really--it worked out well, and he was right. The guy was an amazing manager overall. – Bill K Nov 25 '08 at 17:18
feedback
  • bathroom break
  • get a drink
  • nothing
  • surf SO some more
  • wonder when "a minute or two" became a long time :D
link|improve this answer
feedback

I write in C# 3.0 {cheerfully} and VB9 {regretfully}. One advantage they both share is that it takes almost no time to compile and run. 10 seconds mayhap.

link|improve this answer
feedback

I don't wait for compilation too often, I use ReSharper.

link|improve this answer
feedback

For me, an incremental build usually takes about 5 minutes so I will read some RSS feeds or post on SO. For full builds, it will take between 1 and 2.5 hours (depending on how many cores I use for the build), so I'll go play pool, play foosball, go out to lunch... sometimes all of the above. And it still won't be done when I get back. I try to always run the full builds overnight, but sometimes something happens (like the build is broken) and it totally kills my productivity for a day.

link|improve this answer
feedback

I generally stare blankly at the terminal. Sometimes I also twiddle my thumbs, or drum my fingers on my palmrest.

link|improve this answer
feedback

Take another sip of coffee and prepare for the next step (deploying, testing, whatever).

-R

link|improve this answer
feedback

it depends on the need. Most times I write notes. I use an exercise ball for an office chair, if I'm up to date on my notes, I do situps.

link|improve this answer
feedback

I code in ruby, so I never have to wait for a compile.

While I'm waiting for unit tests however... I make a coffee, drink it, go to the bathroom, read codinghorror and stackoverflow, and yawn a lot :-)

link|improve this answer
feedback

I blink a few times. Delphi :)

link|improve this answer
Why am I imagining someone blinking really slowly for five minutes? – Pete Kirkham Dec 14 '08 at 13:45
That's probably because you don't know Delphi compiles in miliseconds to a few seconds at most. :) – utku_karatas Dec 15 '08 at 16:50
feedback

SO, failblog, and dailywtf are all on the rotation

link|improve this answer
feedback

Since it took 3 minutes to compile, I would race it trying to finish a Rubik's Cube. (This is a very old story. In fact, s/compile/assemble !)

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.