What do you do with coder's block?

Posted by Garet Claborn on Programmers See other posts from Programmers or by Garet Claborn
Published on 2012-09-17T03:38:39Z Indexed on 2012/09/17 3:51 UTC
Read the original article Hit count: 617

Lately it has been a bit rough. I basically know all the things I need and all the avenues to get there for work. There's been no real issue of a problem with too high complexity, and performance is good.

Still, after three major projects this year, my mind is behaving a little strange.

It's like I'm used to working in O(1+log(N-neatTricks)) but for some reason it processes in O(N^2)!

I've experienced a sort of burnout after long deadlines and drudging projects before, but when it turns into a longer experience, I haven't found the usual suspects to be helpful.

  • Take more walks
  • Work on other code
  • Overdesign everything until I feel intensely driven to just make it (sorta works)

How can a programmer recoup from the specific hole in your head programming leaves after being mentally ransacked by these bloody corporations and their fancy money? Hopefully some of you have some better ideas, because I could really use another round of being looted and pillaged.I've often wondered if there are special puzzles or some kind of activity that would de-stress the tangled balance of left and right braininess programmers often deal with.

Do any special techniques, activities, anything seem to help with the developer's mindset especially?

© Programmers or respective owner

Related posts about programming-practices

Related posts about self-improvement