vote up 16 vote down star
9

In personal projects I often find myself tinkering over code and keep rewriting it because there's always something that can be improved. I'm looking for ways to tell myself 'ok the code is not perfect but I need to move forward now'. How do you motivate yourself to go forward and take the imperfect code as is?


merged with "How to stop being a Perfectionist Programmer":

I'm a code perfectionist in the best sense of the word. I'm the total opposite of the 'cowboy coder' who doesn't care how things work, look like. I literally brood over sometimes trivial problems for hours, attempting to come up with the perfect solution. When I find it, I sometimes stare at it with a fuzzy warm feeling.

I justify the outrageous time expense in my head by telling myself that this is a one-time expense as I will then be able to reuse the gained knowledge later on how to solve a particular problem perfectly.

I need to stop this. It's turning my projects into lengthy hunts for great solutions more often than not ignoring the fact that I still didn't ship yet.

I know there are more programmers out there with this kind of 'problem'. How did you tackle it, what do you do to not fall into this trap while programming away?

flag
9  
This question will probably get closed unless you make it Community Wiki – oxbow_lakes Aug 23 at 20:49
7  
"I literally breed over sometimes trivial problems for hours, attempting to come up with the perfect solution." -- I could say the same! – Bruno Reis Aug 23 at 20:50
8  
"I literally breed over..." LOL! The image that brings up... – T.J. Crowder Aug 23 at 20:51
5  
Without this problem, SO would have no need to exist -- everyone would just hack at things with imperfect solutions and move on... Instead, SO is full (well, a large percentage, at least) of folks looking for the next better solution. – lilbyrdie Aug 23 at 20:57
7  
Of course this is a dupe - of stackoverflow.com/questions/1196405/… among dozens – Neil Butterworth Aug 23 at 21:23
show 11 more comments

48 Answers

1 2 next
vote up 12 vote down check

Don't treat your "art" the same as you would a job.

With a job you are rewarded to achieve a task, so it is easy to just get to the end result. But with personal projects, the reward probably isn't just the end result but the process and challenge in itself. If you ask yourself why you think you are taking on this project, you'll probably find the answer is what is dictating your behavior.

If you find yourself being a perfectionist, is it because you thoroughly enjoy eek-ing out every bit of performance from your code and formatting everything exactly so? Maybe that's where your enjoyment comes from in doing this project.

But if you think your perfectionist tendencies are interfering with your enjoyment of completing (honestly, it'll never be complete right?) the project, try giving yourself "feature versions" to shoot for. Version 1 gets the feature functional. Version 2 refines it, or just a portion of it, etc., etc.. That way you can quickly get to a functional result, but can still work on refining it if you choose to.

But just remember, don't turn your art or hobby into a job!

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

I find deadlines are a wonderful motivator ... :-)

link|flag
1  
sometimes you dont have a deadlines , like your pet projects – Adinochestva Jul 28 at 20:06
1  
Even on personal projects, setting a deadline for specific functionality, et al, will help to keep you moving forward. – Kitsune Jul 28 at 20:09
1  
I generally like to keep things moving. Even simple deadlines like "must get this bit working before bed" are good motivators. I generally deal with perfection once I've got a major chunk of code working or I need to add a new feature and find it's not going to fit without refactoring. It's a long term goal for me. Getting something working is my primary motivation. – Chris J Jul 28 at 20:26
1  
Problem is that then you just don't go to bed. – Jimmy Jul 28 at 23:43
show 2 more comments
vote up 2 vote down

have a strict schedule for your projects , if you just got a spare time refactor your code

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

The boss, project supervisor, deadlines. Stuff has to get done and some people just want to see it work decently. If this is a personal project, then you just have complete freedom to do what you want. Personal projects are for learning and experience, so that is great coding project to write, rewrite, and optimize.

One thing I like to do is setup "stages" Stage 1 needs to have this functionality, then once that is good, move onto a second stage and so forth. Set these stage details at the beginning and write up a rough timeline of your project.

link|flag
vote up 4 vote down

By reading the Cult of Done Manifesto again. Also by realizing that the goal of software is to solve problems, not be the most elegant and beautiful thing ever written.

link|flag
5  
That really is a very anti-quality document. No wonder software is so bad if people really believe that. – Paul Nathan Jul 28 at 20:41
1  
I wouldn't consider it anti-quality at all. You are reading way too much into it. Use it as motivation, not as a programming bible. If you are working on software for the space shuttle or an MRI machine (or some other super duper important software ), I agree, the CDM is a very poor methodology to follow. However, for many projects, it can be a very useful reminder to stay on task and help you push through. It's equal entertainment and resource – Cody C Jul 28 at 23:23
show 5 more comments
vote up 2 vote down

By wanting to see the code actually do something. Or, if it does something, something more. Or to see it pass all the tests I write. Personally, I find this more alluring than perfect code.

link|flag
vote up 3 vote down

I have this problem as well. It's common to any creative pursuit, like writing or painting. Sometimes it's hard to know when to stop.

It's especially hard when the project is something you're working on in your own time, primarily for your own benefit.

My advice is to make some goals for your project. Create milestones or criteria that can help you decide what "Done" looks like. Once you've set some goals, you can think about how to meet them and how long the project will take. Then adjust accordingly.

link|flag
vote up 1 vote down

Realizing that perfection is impossible because there are mutually exclusive tradeoffs helps. For example, you can have an API with elegant simplicity, or you can have one that allows for infinite flexibility in the face of change, or you can have one that is totally bulletproof and makes it impossible to shoot yourself in the foot. Maybe you can get two of these to work, but you have virtually no chance of achieving all 3.

link|flag
vote up 2 vote down

TDD. Write the tests that show that the code meets the requirements. When the tests pass, you're done.

link|flag
2  
An important part of TDD is refactoring (Make the test fail, then make the test pass in the simplest way, then refactor). – Halvard Jul 28 at 21:08
vote up 2 vote down

I tend to take the view of asking this question, "If I spend x more hours on this, am I going to get something for it?" This does require that you value your time and have a number of other things going on that you'd rather be doing so it is a quesiton of competing priorities. The time will pass regardless of how you spend it, so why not make it count if you know that there is a very small chance of finding something to refactor in a good way.

link|flag
vote up 1 vote down

Ask a fellow colleague to read through your code while you count the wtf/minutes you'll get from him/her doing this. If the ratio is reasonable for you move along otherwise refactor your code again.

link|flag
vote up 22 vote down

At the root, perfectionism is motivated by one thing: fear of not being good enough.

If you understand this, you can stop being driven by it so much. Throw your work out there. Expose the fruits of your code. There's no prize in this business for being perfect. Good enough is all that counts. Once you get comfortable with knowing when your work reaches "good enough", you'll know when to move on.

link|flag
1  
+1 - Interesting notion. Did you make that up or get it somewhere? If you got it some where, I'd like to know where... – Frank Jul 28 at 21:24
2  
+1 that was kind of inspirational. – slypete Jul 28 at 22:20
1  
@hasen: Yeah -- I relate to what you say about your work being good enough for your ego. I've been frustrated a lot with the difference between the standards I set for my work, vs the standards that are actually expected in the job. It took a while for me to realize, though, that for 98% of the work you do, no one cares how your code looks under the hood, or how efficiently you accomplish some task -- all the stakeholders care about is whether it works. Unfortunately, it's just not possible to do all that's asked of you, and also do things as well as possible. – bigmattyh Aug 29 at 18:32
show 4 more comments
vote up 8 vote down

By being pragmatic. Ask yourself, "Have I delivered enough testable code to meet the core requirement?" If yes, move on and accept that there's always room for improvement.

In addition you could consider adding, "Would I be embarrassed to review this code with my buddies?" ;-)

link|flag
vote up 4 vote down

In some ways I disagree with the "get something done" / "set yourself a deadline" arguments. There's a lot to be said for taking time to explore paths that you might not be able to at work.

Tinker, meander, rewrite. Take your time. Try to find patterns and abstractions. Refactor your test code again. Wait until you *are* fairly happy with your code. You can only win from this: You'll learn things that you can apply to your other work, you'll become better at judging when to to draw a line and move on and you'll probably add a few things to your "ok, let's not go there again" list.

Obviously, your approach will vary according to what you want to get out of your personal projects.

link|flag
vote up 1 vote down

Just "do the simplest thing that can possibly work". It's always a temptation to polish endlessly, but no matter how much of that you do, you always cringe when you revisit your code after some time.

Remind yourself that once a piece of code works there is more to do in other areas. You will lose time on those other areas if you hesitate around working code.

And forget optimization. Forty or more year ago Kernighan and Ritchie wrote in Elements of Programming Style: "First, make it work. Then (if it doesn't work fast enough) make it work faster". Our intuitions about what will improve execution speed are almost invariably wrong: optimization is best done after measurement and instrumentation of performance.

link|flag
vote up 1 vote down

Define a goal, and when you have met that goal, stop. Or don't, but you know it's done at that point.

OTOH, I don't see anything wrong with being perfectionist on personal projects.

link|flag
vote up 3 vote down

Things started to change for me when I started to feel really in charge of the product and the relationship with customers.

When you are really committed to provide something useful to somebody in a timely fashion, you just have to be more pragmatic about getting things out quicker.

It doesn't hurt either once you come to realize that you can never get things right the first time, mostly because customers don't really know what they want until you get them something they think they wanted but actually don't. All this time spent perfecting the invisible side of the app can often turn out to be a waste.

We make up for that by always using small modifications requests as a chance to get around and refactor nearby stuff along the way to fit our new quality standards. Bigger clean up efforts are engaged when it makes real business sense and we can justify to ourselves investing that much time on it.

link|flag
vote up 0 vote down

The same way you keep yourself from over-perfectionism in life. By finding balance.

link|flag
vote up 0 vote down

The way I finally got myself out of that rut was thinking, "what good is your perfect code if it doesn't do anything?"

You've got to realize that you won't learn anything by writing perfect code right off the bat. It's when you write the imperfect code, that you learn lessons. And then the next time you write something similar the part that you messed up on will be better, maybe not perfect, but better.

link|flag
vote up 0 vote down

Sell it. You'll find that once you've been paid for your efforts you're less inspired to keep dressing it up... that, and you'll then be in support mode.

link|flag
vote up 2 vote down

I've had the same tendency for my personal projects. I have found a trick which works well for me: I have two TODO lists for a project. The first one contains the features to implement, bugs to fix, refactorings to do (the "necessary" ones). The second one contains the tinkerings, rewrites, refactorings for refactoring's sake and so on.

Whenever I am working and I am feeling that I am drifting from "real" work to perfectionist work, I stop, think, and add an item to the second TODO list. This usually is enough to go back to "real" work. And whenever I am in the mood, I do one or two items from the second TODO list.

link|flag
vote up 43 vote down

How about asking your manager to fire you if you don't deliver your next project on time?

link|flag
1  
That is seriously funny! – Breadtruck Aug 23 at 20:51
2  
+1 for asking your manager to keep you accountable for the deadlines you commit to! :-) – phsr Aug 23 at 20:53
7  
You know, oxbow, if you're going to point out (correctly) that this should be a community wiki, you should make your answer a community wiki. That way, you also won't lose points from the humorless. – Chris Lutz Aug 23 at 20:55
1  
@Chris - I should do, I've hit my daily point limit anyway! – oxbow_lakes Aug 23 at 21:04
show 5 more comments
vote up 15 vote down

I'd start by time boxing your tasks. Say for example that you are doing a website and you want to do a contact details page. Set yourself say 2 hours to complete this task. After the 2 hours stop and move on to the next task even if it isn't perfect. I use the pomodoro technique for this and it helps me.

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

Learn to tell the difference between what's important and what's not.

link|flag
vote up 2 vote down

I think every programmer feels he/she has to write perfect code. simply put, perfect code doesn't exist. I prefer to start coding, then I perfect my code through revision.

link|flag
show 5 more comments
vote up 9 vote down

If you can regard the time spent on a task as a factor affecting its perfection, then your perfectionist side will try to solve the issue faster in order to approach the perfect.

link|flag
1  
I like this answer. It has a certain depth to it if you think about it... – Subtwo Aug 23 at 21:20
2  
I really like this answer as well. I have to think about this one. Quite an eye opener. Thank you! – Alex Aug 23 at 21:22
show 2 more comments
vote up 5 vote down

The reason behind the "perfectionism" is the fear of losing control. It is a symptom of a design issue, a good design should provide abstraction which is essential to have ability to isolate not-so-well code.

edit: Besides, "the perfect code" is often is also less maintainable, lack of evolution process makes it more fragile.

link|flag
vote up 6 vote down

Write the best code you can in the time that you have to do it, and as soon as you have some free time to examine your old code, improve it with the lessons you have learned from the experiences you've come across between when you wrote the code and when you revisit it.

Every programmer wishes they had enough time to get it right the first time, but the fact is, you will rarely ever get it right the first time.

Programming is not an exact science, there is never one perfect answer (for the most part). The more you are exposed to, the more you'll learn and improve. Take the experience you learn and apply it

link|flag
show 1 more comment
vote up 3 vote down

I have two suggestions:

  1. Practice. Find programming assignments somewhere (For instance, try codekata.pragprog.com/ Link seems to be down right now though) and complete them in the shortest time possible.

  2. Strike a deal with yourself that you put your perfectionism aside to make something work first, and then revisit your code and refactor it. For extra credit, try to stop refactoring when you can't justify making the code even more expressive and clean.

link|flag
vote up 48 vote down

Some tips that made me escape from the "perfect world":

  • Don't marry your code
  • Write as if you are going to throw it away (if not today, next week)
  • Iterate often
  • Align your efforts and code with the reality once in a while
  • Think of you code as a means to a specific end (a special case) not as a general solution to achieve world peace and produce sliced bread at the same time
  • Work on a side-project to keep your perfectionism ventilated
  • Appreciate the warm feeling you get when something is released (each iteration) rather than when it is "finished"
  • Realize that you'll never get the time spent back (you won't find a similar problem again that is worth the time you spend on a perfect solution)
link|flag
1  
Those are really good valid points – Breadtruck Aug 23 at 21:06
14  
I like the side project suggestion. Whenever I get the urge to write "poetry", I start a little hobby project. I rarely finish them, but that's beside the point :) – Thorarin Aug 23 at 21:26
1  
+1 for throw away code. – amaterasu Aug 23 at 22:48
9  
My only quibble is with "Write as if you are going to throw it away". This is a problem. Cause that goes to the other extreme of just writing crap code to suffice for now. And then you just end up with a pile of junk that desperately needs refactoring... but that refactoring would take more time and a lot of thinking. The best place is somewhere in between. Lots of thinking at the beginning, but not so much you get stuck in loops pondering 6 of 1 half a dozen of another solutions. – Alcon Aug 24 at 3:14
show 6 more comments
1 2 next

Your Answer

Get an OpenID
or

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