vote up 105 vote down star
77

I go through phases where I spend far too much time stressing out over the best way to program something instead of just programming the damn thing - a trait I don't think is uncommon among programmers. So, does anyone have techniques for psyching oneself out so one can relax and let oneself code something which, while not 100% perfect code, is good enough?

I know the reasons why (believe me!)... I'd like to know ways of overcoming this mental block.

flag
1  
+1 You are never alone. Many programmers suffer from analysis paralysis and try to build the perfect solution the first time. CHeck out the 37signals.com book, they have some strategies that might be fun for you to try out. – Jas Panesar Feb 13 at 19:10
1  
+1 I suffer from the exact same thing. Happens to me every time I start a new task. Sometimes I succeed in building something right...other times I struggle and have to slip back to old habits in order to get the job done on time – mezoid Feb 14 at 0:40
2  
+1 It's the #1 point on my "suck less" action list. – boris callens Apr 20 at 8:54

64 Answers

prev 1 2 3
vote up 5 vote down

Prototype. That's how I do it.

link|flag
vote up 59 vote down

Tell yourself you are going to do some exploring in code and get hacking. Worrying that you're designing everything perfectly is stopping you from finding the solution. Don't even worry if you're going to code something to throw away the first time.

link|flag
6  
and on the plus side ... once it works, you can then refactor. You can't refactor nothing :-) – WestDiscGolf Feb 13 at 10:55
1  
This is like what when writers do a stream of thought to get there idea's flowing. – David Basarab Feb 14 at 17:03
show 2 more comments
vote up 26 vote down

Start on the easy parts to get the ball rolling. As you finish pieces, you can feel the momentum building up.

link|flag
show 2 more comments
vote up 0 vote down

Actually, I think it is an uncommon trait - almost all programmers I've ever met were all to ready to jump in there and start hacking away!

link|flag
prev 1 2 3

Your Answer

Get an OpenID
or

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