vote up 11 vote down star
4

Normally I play music in the background, but recently I've discovered that I can play a podcast on software development/entrepreneurship in the background, and code at the same time. So I listen to the podcast in the background while I bang out code. I've found it to be very helpful, its like I lose all track of time! I don't even notice how long I've been working for until I stare at the clock.

What do you do?

flag

24 Answers

vote up 16 vote down check

Succeed! Success is the best and most enjoyable motivator of all. When you see something that you've done working well, and pleasing people you feel very motivated to make it even better. Apart from that I discuss the design process, this tends to lead to lots of in-jokes, laughing and, surprise surprise, more success!

link|flag
vote up 0 vote down

If music's on, I have to listen to it - not just let it wash over me. I can't concentrate on anything else while listening to music, so I can't play music while reading, designing or coding.

I have a bit of a type-E personality, so I'm most energised when I can involve someone else in it. Collaborative coding is good, but it's enough that I can reach out to my colleague on the next desk to point out neat solutions, moan about smells in old code, ask for help on a decision, etc.

link|flag
vote up 2 vote down

Nothing. Coding is enjoyable.

(It's getting pulled down by a plethora of fools where it starts to go wrong. Hopefully you work somewhere fool-free)

link|flag
vote up 0 vote down

Using a typesafe language is kind of boring because the compiler will catch a lot of errors before the program will be executed.

To bring back fun I am now using dynamic languages for lack of type safety. You never know what errors might occur at runtime.

Surprises are fun. Especially in a production system.

link|flag
vote up 1 vote down

I place easter eggs in every crevace of my application ;)

link|flag
vote up 1 vote down

Music in the background, a hot cup of green tea and the occasional smoke break (amazing how many tough problems I encountered that I solved on my smoke break).

link|flag
For non-smokers: go for a walk (out doors). – Jared Updike Jan 22 '09 at 0:39
vote up 2 vote down

I'd say that pair programming makes coding more enjoyable for me.

You get to share your successes or failures with a fellow collegue, which either boosts the feeling of work well done, or can help you when you get stuck. Also you can share a laugh or two.

link|flag
vote up 0 vote down

I like reading about various aspects of coding/productivity/etc. and then get great satisfaction applying them to the work in hand.

HTH

cheers,

Rob

link|flag
vote up 2 vote down

I take pride in my work.

link|flag
vote up 3 vote down

More enjoyable? How could this be any more enjoyable?

link|flag
vote up 2 vote down

I listen to talk radio. You're right that the time passes quicker, but I also think I'm less focused. If I'm working on something particularly difficult or important, then I'll listen to music or nothing (but with headphones on, interestingly enough).

link|flag
+1 to this, totally – Click Upvote Jan 15 '09 at 4:52
vote up 4 vote down

I really like to talk about the programming problems with others, it often leads to new angles that I did not think about. And to sit down with a cup of coffee and discuss a heavy program is quite enjoyable.

Then of curse comes the write code part, and in that phase I prefer total solitude, maybe some ambient/classical music with headphones if I need to block the surrounding world. (Never spoken words since they cut right into your mind even if you don't think so)

And i also like to kill all IM, "mail pop-ups" etc etc so that nothing can jump up and breaks my focus, this is because i find it enjoyable to go face to face with the problem at hand.

/Johan

Edit: But of curse (as stated above) if it is code monkey stuff then nothing really matters....

link|flag
vote up 0 vote down

It always depends on what I'm coding. If I'm working on an interesting bit then it almost doesn't matter what's going on around me, I'm in the ZONE. But if it's drudge work, then not even Bob Marley can save me.

link|flag
vote up 0 vote down

Headphone with Pandora set to play music that is loud and rock-y but not too heavy on the vocals. To be specific, use "Nymphetamine (Fix)" as the seed.

I find listening to rap greatly detriments ability to focus. Stuff like Metallica is great, though.

Besides music, not much. If the project I'm working on is very interesting then I can just dive in and start working on it and not need any other motivation.

link|flag
rap is cool, yo! where you be livin' at dog? – Click Upvote Jan 15 '09 at 4:51
vote up 1 vote down

Just adding to the codemonkey-podcast conundrum... i like to listen to TED and Google I/O kinda conferences more than podcast, i feel is easier to follow them without thinking(and dual monitor helps a lot here).

When not doing monkey work, i really find that having stuff to play with near is cool, like some juggle balls or some kind of usb, watch, keys, pen or whatever makes me work faster(but i chew on most of them and end up having to buy new usbs, pens,etc)

Finally: a lot of crayons and a lot of big paper! make your class diagram as a kinder garden studen would!

link|flag
do you chew on the crayons too? :P – Click Upvote Jan 15 '09 at 4:50
vote up 2 vote down

Food and Coffee for me!

link|flag
vote up 3 vote down

Headphones!

Even if I'm working out of a private/empty office... I am more focused, more productive and enjoy coding more if I listen to music using headphones.

Specifically: ambient music.. like soma.fm

link|flag
vote up 1 vote down

I like many others listen to music/talk radio to block out office distractions.

If I run into difficult patches I do talk to myself or take out the whiteboard/legal pad.

I find a reasonable challenge more fun that just pushing out mundane code.

link|flag
vote up 0 vote down

I listen to Chill radio on the internet.

link|flag
Nice! Thanks for the link – Ubersoldat Jan 14 '09 at 9:48
vote up 2 vote down

Explosions in the Sky is my go to music. I'm afraid that my brain is so fried that listening to a podcast and banging out code isn't gonna happen unless I'm doing some trivial stuff. Getting old I guess.

link|flag
try it, you'll be surprised. I also used to think that but the fact is you actually can, basically you filter out all the useless stuff but you're aware of what they're talking about, and this kinda makes you forget about how time is going by and you're able to get lots of work done – Click Upvote Jan 14 '09 at 8:10
vote up 10 vote down

I'll have a timer and set a target to finish a piece of code in block of 15 minutes. The feeling of getting things done -- a piece of code at a time -- feels great.

So, the Timer.

link|flag
vote up 1 vote down

Podcasts are bad to listen too unless you are really just doing code monkey work, because if they are interesting, then you will miss most of the good stuff. I got into podcasts when I was a code monkey.

I like to listen to music that I like but can tune out like Jazz and Classical, or something upbeat like Earth Wind and Fire when I'm on a roll.

The more important thing to do is to make sure that you work at a place or on projects that are interesting in and of themselves.

link|flag
Not everyone thinks or learns in the same way. – J.J. Jan 14 '09 at 5:33
You can't concentrate to your coding and concentrate on the podcast at the same time. PERIOD! – Charles Graham Jan 14 '09 at 5:38
try it, you'll be surprised. I also used to think that but the fact is you actually can, basically you filter out all the useless stuff but you're aware of what they're talking about, and this kinda makes you forget about how time is going by and you're able to get lots of work done – Click Upvote Jan 14 '09 at 8:12
If you are doing GUI design and layout StackOverflow can be a good diversion. But when it gets interesting and my coding gets interesting I can only do one at a time! – Jared Updike Jan 22 '09 at 0:38
vote up 1 vote down

Radio Paradise is pretty great. Also Pandora has gotten me through a rough patch or two :P

link|flag
pandora only works in USA :(( – Click Upvote Jan 14 '09 at 8:09
That's where I live :P – rball Jan 14 '09 at 17:14
racial discrimination! :P – Click Upvote Jan 15 '09 at 4:47
vote up 6 vote down
  • Pink Floyd
  • Beethoven
  • Robin Trower
  • Genesis
  • The Beattles
  • Common
  • Nirvana
  • Yes

Related:

http://stackoverflow.com/questions/3947/music-to-listen-to-while-coding

link|flag
jeff, you might like to know that it was your podcasts I listen to while coding, lol – Click Upvote Jan 15 '09 at 4:43

Your Answer

Get an OpenID
or

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