up vote 3 down vote favorite
1
share [g+] share [fb]

Hitting the wall is an inevitable part of all creative processes, and programming is no exception.

I've found that playing with Lego can give me a break from code, without a break from being creative or constructive.

I'm curious to know what other people find useful.

(I know this is subjective, but I'm genuinely curious, please don't close.)


OK, so there are these two:
  • What do you do to take breaks from programming?
  • How do you get into the zone?

    But I'm asking specifically about sources of creative inspiration.

  • link|improve this question
    1  
    I'd like to point out to whoever edited it to Legos, that it was in fact right when it said playing with Lego. Lego sets, yes, lego blocks yes, lego kits, yes, lego bricks, yes, legos, no. – Macha May 11 '09 at 18:28
    1  
    Now with 100% more community wiki! Also, I try to point out why it's not a dupe in my edit - anyone up for reopening? – Tom Wright May 11 '09 at 18:31
    1  
    Here's one that specifically mentions Lego: stackoverflow.com/questions/192761/… – Robert S. May 11 '09 at 18:40
    1  
    You need 3000+ rep for a reopen vote. Personally, I'm see-sawing on whether I agree with it being a duplicate. Tom - can you expand a little more on what you're asking that makes it a different question? – Peter Boughton May 11 '09 at 18:42
    show 7 more comments
    feedback

    closed as exact duplicate by Chad Birch, Robert S., mghie, TheTXI, lothar May 11 '09 at 18:24

    This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

    15 Answers

    up vote 4 down vote accepted

    Go out for a walk (wait... I think I answered that before)

    link|improve this answer
    You did. Well - can't remember if it was definitely you, but a very similar question has come up, and someone gave this answer. – Peter Boughton May 11 '09 at 18:17
    feedback

    I either change up to some "fun code" or go for a hike with my camera (assuming I'm not at work)

    link|improve this answer
    feedback

    Come and answer questions on Stack Overflow. Gets the brain working on something completely different, then you return with a clear mind to your problem.

    link|improve this answer
    feedback

    I tend to do anything but think about programming. Generally go out for a walk, a run, a refreshing drink, or even for a beer. It seems to me that programmer's block, like writer's block, stems from the brain getting stuck in a sort of tunnel vision constrained by it's own thought process. Just thinking about other things lets mind back out and eventually will attack the problem from other angles subconsciously, and this is the brain being creative :)

    I find that often have moments of revelation while randomly chatting, whether it be about programming, women, cars, or anything else with my friends/colleagues (sort of like Dr. House has talking with Wilson). As if the brain was putting what troubled it on the backburner, but not completely out of sight, occasionally tackling it with novel perspectives.

    link|improve this answer
    feedback

    I have a slinky. One of the metal ones. It's totally awesome, and provides a great semi-distraction that lets me think while still being a bit spacey.

    Legos probably do the same thing: they're not taking all your attention, but they do let your mind wander. Wandering minds come up with all sorts of related thoughts to whatever they were recently working on... e.g., your code, and super cool Lego cities.

    link|improve this answer
    Ah! A metal slinky! That sounds more like how I am with my Original Rubiks Cube - often I'm not looking at the colours, just aimlessly twisting it. – Tom Wright May 11 '09 at 18:18
    feedback

    well i love to do some research and development work when i feel to take a break

    link|improve this answer
    feedback

    I write unit tests

    link|improve this answer
    feedback

    I usually try to refactor some of my code, especially some of the last things I've written. I find that an idea or two will crop up when I'm refactoring.

    link|improve this answer
    feedback

    During personal projects I play a video game for a while.

    Otherwise, read up on some programming concept I'm unclear on that could be applicable.

    link|improve this answer
    feedback

    Answer questions on stackoverflow, of course!

    link|improve this answer
    @McWafflestix: Ha - great minds think alike! – RichieHindle May 11 '09 at 18:16
    feedback

    Read up on stackoverflow :).

    link|improve this answer
    feedback

    read up stackoverflow, watch friends / 2 & a half men, practice some "putting" in the office, chit chat with friends over phone or in person.

    link|improve this answer
    feedback

    Kill time, go to sleep, set up timer for awfully early hour (say, 4Am or so), wake up, make good coffe and try to rework the problem. It usually works.

    link|improve this answer
    feedback

    When a walk doesn't work, work on a pet project for an hour or so to get the creativity flowing..

    Sometimes I'll read, tinker, try out a library or something i've been meaning to look into. The key is to set a timer and end at a good stopping point, to transfer the energy to the real work, and so you can pick up later on.

    link|improve this answer
    feedback

    Apart from my serious projects, I have a number of pet projects - non mission critical projects which usually contain some kind of new technology or some aspect that I want to learn.

    It needs to be fun, and interesting, and not take up too much time, otherwise the serious projects won't get their due attention!

    link|improve this answer
    feedback

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