vote up 87 vote down star
75

This is a sincere question, please hear me out before downvoting or hitting close.

I noticed last night after having spent hours away playing a new computer game that I had lost all track of time while I was playing it. Someone would have to come and physically drag me away while I was playing to break my concentration. Then, when I woke up the next day, all I could think of was playing again.

Is there any possible way to get the same motivation and interest in programming, where you spend hours away and all you can think of is getting back to it? My life would be so much better if I could get to that point. For one thing, I would be able to finish all my projects on time rather than having them delayed every single time.

Its not about enjoyment, when I'm coding I enjoy myself just as much as I was when playing the game. But during the day when I think about working, I just immediately make myself think of something else to put off working for a little longer.

Do you notice something like this as well? How do you get yourself to look forward to programming? And if you are close to the stage where you'd call yourself addicted or even just get things done on time, please share with me how you got there!

P.S if it helps, I'm a freelancer and work from home.

flag
7  
Just out of curiosity, what was that game? (StarCraft or WoW i guess) ! :) – 7alwagy May 4 at 8:32
7  
I voted to reopen this, so I feel like I should explain: This is not as much of a "hard" programming question as most on the site, but it's not really argumentative and it is relevant and interesting to a lot of programmers (I know this both from experience and from observing how many votes the question and its answers have gotten). – Chuck May 4 at 17:42
6  
I agree, this should be open. It is a well thought out question and is programming related. I'm sure many people on SO wonder this same thing. – Simucal May 6 at 15:20
2  
I don't think you can get addicted, I think what makes games so addicting is there relative simplicity to programming. Both are super fun for a lot of us but programming requires you to accept the fact that there will not necessarily be any instant gratification. I don't thinks its possible to get addicted the closest you can get to addiction is focus. You have to force yourself into getting into the programming, and then for how many hours you can don't distract yourself with games, TV, blogs, ect. Just focus on you and your code. Its hard to get into this mode but it like a programmers high. – teh_noob Jul 12 at 3:07
1  
You can absolutely get addicted to programming... Many of us were when I was young and games didn't really exist (pre PC and early PC days). I firmly believe that if games existed when I was young I'd never have been able to become a programmer. – Bill K Jul 13 at 15:50
show 4 more comments

51 Answers

1 2 next
vote up 28 vote down check

In my opinion it's all about small successes. What makes games attractive are all the small or big successes you have. This gives you the feeling of progress in whatever you are doing in the game. For example WoW has all these little Quests where you gain experience when you finish them or you get armor or weapons after a fight. These moments keep you playing.

To transfer this to programming: You might consider changing the way you structure your work. You need to set small more easily reachable goals. When you want to write an application you should work towards the low hanging fruits first. Make an easy input form, write some backend code, write tests. All small tasks that you can "normally" do in up to 2-4 hours. The tasks should be that hard that you can gain joy of finishing them but not too hard to get frustrated or that you get the feeling of getting lost in it.

An approach that also fits in this schema is TDD (test driven development). You write your tests first and try to make them pass. This can lead to a similar success-feeling. But this requires a certain way of thinking that many developers are not used to.

link|flag
vote up 4 vote down

What about connecting your game-playing w/programming? If your game addiction is WoW, for example (but, I'm sure, for many other games as well), there's plenty of cool hacks you can do for your game with a little scripting or programming...!

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

I understand what you mean by this, I often struggle to find motivation to work at home.

Have you tried setting yourself personal targets? Promise yourself that once you've spent x amount of time, or implemented feature y, you'll take an hour out for gaming.

It may sound childish, but a chart of features, with target date/times that you can check off as you complete them would give you a visible representation of how little you're working. If you put this in a place that you'd find hard to miss whilst procrastinating you'd have a constant reminder of what you're missing out on by not programming.

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

Quit your job as a programmer and get a job play testing video games 60 hours a week, then you'll think about nothing but programming. =)

Personally, I'm most addicted when the code I'm writing is to solve a puzzle. I suggest you check out project euler

link|flag
1  
Totally with you ethan. It's all about the game. You against the puzzle, and not letting it win. Give me the problems that none of the other developers in the department can solve and I'll figure it out... even if it takes me a week, I'll figure it out. – BenAlabaster May 4 at 22:43
7  
This answer is totally me. If it's not a puzzle, I'm not interested. Give me something to make me think, not something that's just dumb labor. – zachrrs May 8 at 4:11
1  
Fantastic link! Starting to code right now! – fbinder May 26 at 13:40
show 1 more comment
vote up 48 vote down

This is not a programming question, it's a psychology question!

I'm completely bored with programming. I used to be a prolific programmer, and something these days it can become a little bit less boring, but all in all I completely lost it.

What you describe is happiness: experiencing complete fulfillment in what you do (playing). Reaching that point requires one and only one thing: what you do has to be in complete accord with your self-image.

It's easy to see why this works for your - and many others - with games and not programming. Nobody of us grew up believing that playing games was work. In other words, games is a no-responsibility zone. It's an escape hatch.

Programming may have started like this for many of us - innocent, no responsibility - but quickly changed into being work. That complicates things because now your livelihood depends on how you perform as a programmer. That brings self and the outside world in collision for yourself. Hence, programming (work) messes with your self-image while playing games you do on your own terms.

My € .02

link|flag
1  
You explained the why, can you also explain the how now, please? – Click Upvote May 4 at 6:27
1  
There's nothing to explain, it is the way it is. Our self-images are very complicated. Programming is work and programming is work. Anybody in your position will always experience this kind of problem. Unless you're extremely confident in how you're dealing with responsibilities the expectations others have of you have to cause some disturbance. – Steven Devijver May 4 at 6:30
1  
But there must be people out there who /are/ addicted to programming/work. How do they develop that addiction? How can you change your self-image so instead of being addicted to play/games, you get addicted to work/programming? – Click Upvote May 4 at 6:36
3  
Ok, being addicted to something and become happy because of something are completely different things. Being addicted isn't going to make you happy. If anything it's going to make you frustrated. People that become perfectly happy from programming are probably very very good at what they do. I mean, extremely good. – Steven Devijver May 4 at 6:39
17  
I don't know about programming, but I wish someone would help me with my addiction to StackOverflow and pressing F5. Damn it's annoying. Someone come close my browser so I can get back to work! – GONeale May 4 at 6:54
show 6 more comments
vote up 5 vote down

The times I'm most addicted to programming is when I'm working on a project that I am interested in, usually a personal program that will benefit me or make my life easier, as long as it is something interesting. Sometimes I also find that the right book or learning medium can keep you interested and begging for more. After taking a look at Why's Poignant Guide, and utterly loving how it's all put together, it made learning Ruby an enjoyable experience for me. Sometimes it takes a little something extra to spark that passion you have.

link|flag
1  
Learning Ruby and trying to do things with it definitely renewed my excitement about programming. – glenra May 4 at 17:31
vote up 3 vote down

It's two things for me. The drive and desire to create new things and the joy of problem solving. Approach topics from this standpoint and you wont help but be addicted to programming. It satisfies both of these things easily.

In all honesty, it can be a bit tough at first to get in, because you aren't doing anything particularly creative, but it gets much much better :)

link|flag
vote up 10 vote down

I look at this in terms of what the addictive factor in games is; I believe to a large extent, one of the things that makes games so powerfully attractive is the design; there is a large amount of design that goes into games specifically to achieve a certain challenge / reward ratio. That is, a well designed game will usually (although not always) have a consistent challenge to reward ratio; there is a certain amount of challenge involved, and once achieving it, you get a little bit of reward. The challenge is not too great, because that leads to frustration, and the reward is precisely doled out, so as to encourage the players to come back for more.

How this relates to coding is this: I genuinely believe that some of the more modern software engineering practices (specifically Scrum) incorporate precisely this same attempt at balancing challenge and reward. More specifically, I think a lot of the intent of Scrum is to allow the engineers to choose a level of challenge that they feel comfortable with (either at estimation time or just pulling stuff off of the backlog), and to provide reward in the form of short cycles and clear product improvements.

This is a deep topic, and I don't think there's any definitive answer to this sort of stuff, and it seems like there's certainly a lot of research that could be done on this topic. But to (sort of) answer your question, I think that working in an Agile environment and specifically with Scrum may be useful for your procrastination and motivation problems. If nothing else, working in a structured office environment may help you with your motivation issues; a consistent solid schedule can be surprisingly helpful. It's hard to maintain that when you don't specifically have anyone to report to on a regular basis; having regular office hours can really help.

link|flag
1  
Shouldn't "and the reward is precisely doled out, so as to prevent the players coming back for more" be "and the reward is precisely doled out, so as to ENCOURAGE the players coming back for more"? – Jon Cage May 26 at 13:23
show 1 more comment
vote up 25 vote down

Get something working.

An important component to your motivation is when you get something to work. When it starts to breathe, and you created it, that's a big motivator.

Which is why I believe a common piece of advice is to get something working first, and then make it perfect.

link|flag
1  
This is so true, when I've got something which people actually use and love, I feel like I've gotta add new stuff to it. – dr. evil Jul 11 at 6:21
2  
For me it's when I get something to work and I have to start to make it perfect, that's when the work begins. Up to that it's usually fun. – Nifle Jul 13 at 22:04
1  
Best piece of advice in this thread. – dmindreader Jul 13 at 23:57
vote up 1 vote down

Yeah who knows what the true answer is.

But here are some principals and motto's I try to abide by and would suggest:

  1. I try to think to the future on how great it will be and how satisfied I will feel when project X is done (you've hit your accomplishment, new challenges on the horizon, fresh starts, clear mind again (maybe not for long!)).
  2. Make it FUN. Sometimes it may not be your choice, but try to take on-board programming tasks that are of interest to you and/or you might gain something from, such as learning or understanding. Step out of your comfort zone (thus challenging you), implement new technology or adopt new trends or patterns, which will bring on a new learning experience, work on something unique, fresh and different.
  3. Take some time out from what you MUST CODE, to something you WANT TO CODE. Play around with some game programming if that interests you, work on fun programming tasks that YOU want to do to keep interest levels high.

  4. And something very important I think.. take a break, I always love coming back to programming once I know I feel I have put in some solid real life ("RL") time. ;)

Also as much as it sucks, as I once freelanced from home too, getting out and not being stuck at home and getting into an office or surrounding yourself with other like-minded passionate programmers will really help your mood and outlook on the whole thing!

link|flag
vote up 1 vote down

non-chemical addiction is based on passion and enjoyment. if you are not experiencing both of these when you program, you cannot be addicted.

link|flag
vote up 158 vote down

You can all totally laugh at me, but...

I worked a programming job during the day and tried to still have ambition and energy to write my own products at night after my kids and wife went to bed. I tried hard, but never could get motivated and never could get a lot to market. I had one product on the market and it took 5 years to get there.

So...

I left my job for a tech company and took a job as a barista at a Starbucks. 20 hours a week and they give you benefits. I carry a small pad in my pocket for writing down ideas and bug fixes as I work. I work my hours there and come home by 1 in the afternoon ready to code, code, code.... I now started my own LLC, I have 4 products on the market with 2 in the workings. I have the passion again to write good software.

I am happy to elaborate more if anyone is interested.

link|flag
3  
I also wanted to add, the number of people I meet is amazing. I have formed a number of solid business relationships and a network of people where we trade tasks, use each other for portions of jobs, etc. – Toddly May 4 at 7:14
87  
@Toddly, you should so start a blog man, i wouldn't mind to find out how you did it, and i believe so is the rest of programmers here. :) – melaos May 4 at 7:28
5  
@lazlow - I must say I was nervous. I spent 6 months on unemployment, my benefits were gone in just a few more days. I went to a hiring fair for Starbucks and I was number 115 in line. I was floored. So I left in dismay. I then went into a store, picked up a card for the district manager and I called her and said " I was number 115 in line, how does a hard working guy like me get noticed with that many people?" She was impressed. I had an interview two days later and I was hired on the spot (which I am told seldom ever happens in Starbucks land unless you are amazing...). Blog to come... – Toddly May 4 at 8:57
6  
Kudos for balls of solid steel! My wife'd kill me if I did that :P – BenAlabaster May 4 at 22:44
2  
a blog sounds like an excellent idea! – none May 22 at 18:09
show 13 more comments
vote up 3 vote down

This is an interesting question, because I have definitely felt "addicted" to programming before. There have also been times when I have not felt quite as enthusiastic. I can't give you a guaranteed method for spiking your programming enthusiasm, but I'll share some of the things I've noticed that make me really excited about creating software.

The first (and most obvious) kind of thing would just be a really interesting project to work on. This can just be, at its simplest, an experiment with some cool new tool or technology. For example, I remember after discovering Pygame, I was so enthusiastic, I basically spent an entire month doing nothing but working on building a cool little Tetris game. I think it's safe to say that I was rather addicted to my project. ;)

My other suggestion would be to read some of the stories behind famous software projects. There's this book called Revolution in the Valley, which is a collection of anecdotes about the development of the original Macintosh computer (which are also available online). I found that after reading about some of the inspiration and experiences of the development team, I felt quite inspired myself. I'm not sure why this is—perhaps enthusiasm and passion is contagious. ;) Nevertheless, whenever I feel listless about programming and software design, I just re-read some of those stories, and I usually feel a lot more motivated afterward.

Of course, exactly what causes motivation and drive differs from person to person, so I can't really prescribe the perfect remedy for your situation. But I hope some of what I shared can perhaps help you motivate yourself. To expect someone to be passionate about something 100% of the time is unrealistic, I think—we all need some kind of a catalyst at times.

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

Addiction to any activity results when the said activity continues to provide you relentless excitement and enjoyment, stokes your passion everytime you think of doing it and makes you restless whenever you are not doing it, over an extended period of time. (No, I'm not talking about sex, you pervs! :P)

Most of us are able to get obsessed with any activity for a short period of time till the time the activity can keep us involved and the thrill still remains. Those who can maintain a lifelong passion for some such activity (and are lucky enough to convert that activity into a profession) excel in life.

For me, programming is about solving problems, about charting a mental path through an imaginary maze, about visualizing a solution when the problem itself is not clearly defined. It is about creating wonderful things that follow my instructions to the letter.

At work, when faced with a complex problem that I am unable to solve easily, it weighs on my mind, and I think of it even after work, while driving home, and before I fall asleep, for instance. Invariably, the solution presents itself in the form of myriad ideas that I am eager to try out... which starts the cycle of a new work day again.

I derive my addiction to programming from my insatiable desire to defeat problems.

link|flag
vote up 13 vote down

Before I begin, I would like to say that I think part of the reasoning for the question is at least, partially flawed.

Video games, movies, TV, etc. have a very low barrier to entry; programming on the other hand can some times be very discouraging, aggravating and time consuming. It is work. Sure, if you can manage to solve a lot of bugs all at once, or lower the start up time for Application X by 15 seconds by taking out a single line of code, it can give a really big adrenaline rush, but most of the time it is much, much more slow going than say, a head shot, or watching Vin Diesel jump out of an exploding submarine and hitch a ride on the back of a whale back to the surface.

Programming is an end goal that you are working towards. Completing that goal with as little code, and as succinctly as possible is the payoff. In video games, you are living in the moment, looking enemies around the next turn, or for more interaction with the users and the environment around you.

Anyway, on with the answer (of sorts).

How do you get yourself to look forward to programming?

I tend to think of people who inspire me and try to figure out how I can build on, and maybe even improve, what they have created, whether it be: a program, a solution to a problem, or even an Operating System.

Knowledge and logic are really wonderful and more importantly, exciting things to gain when improving your programming skills. If you have serious problems getting yourself excited over those types of things, I would have serious concerns for why you are programming in the first place. Or at least why you are programming the types of things that you are. For example: if you are creating a lot of business related code, but it is just incredibly boring, it couldn't hurt to try something vastly different; maybe a 2D side-scrolling shooter, or a 3D modeling software, or a basic imaging program. Maybe start up a small website and mess around with some web apps in a language you've been meaning to try out.

It couldn't hurt to look for some motivational quotes to help inspire you into programming more often. Maybe you could create a simple script to have one pop up each time you open Terminal, that way you would not only be flexing your programming muscles, you may be able to increase productivity as a result.

I would encourage you to look into working on programs that can help you in every day life. Sure, maybe you wont make any money off of them, but if the average application that you create for your freelance work isn't particularly stimulating, this could be something that you could pursue in your down time to help perk up your interests.

Some people may advise you to simply uninstall whatever game you end up wasting a lot of time on, but I think that this is a stupid way of approaching the problem. It is human nature to find a way to keep yourself occupied, and I could just as easily imagine you playing flash games, or Solitare, or reading the newspaper for hours on end, if you had no other way to escape. It is important to have something that you can fall back on if you have been struggling to find a solution for a problem and need to get your mind off the project for a while. The key is moderation.

"So how do I moderate how often I get to play game X, or do this other thing, than?" This is something that really no one but you can answer. You know how good or bad your programming skills are, and how long it typically takes you to solve a problem.

Hope this has helped some.

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

"How do you get yourself to look forward to programming?"

Read this very important book,"Unlimited Power" by Tony Robbins.

He describes the techniques to put yourself in empowering mental states. That is the key solution to your problem.

link|flag
vote up 1 vote down

If you think you can get 'addicted' to programming or any kind of work, you're fooling yourself. Accomplishing work or completing any goal is a matter of discipline and self-control. Get into the habit of doing work when you're supposed to do work, and you will be more productive.

link|flag
2  
I think a lot of software developers out there would beg to differ… – htw May 4 at 7:26
vote up 3 vote down

For myself, it's all about small victories, in both games and programming. I like winning and I keep coming back for the challenges.

When you're programming for fun; try picking projects that you're really interested in. It's very hard to stay motivated if you're just doing it for the money, a friend. Program for yourself.

I for example enjoy C programming because even when you accomplish small things, like modifying a string, it feels like this huge victory.

  • It compiles, awesome!
  • Found the bug, great!
  • Implemented a new functionality

I'm not sure if this goes for everyone, but solving a software problem really gives me this great feeling of accomplishment, and that's what keeps me coming back.

This might be different for professional programmers, I strictly do this for fun at the moment.

link|flag
vote up 0 vote down

I can't get you addicted in programming. I, however, may be able to get you addicted to solving interesting problems using programming.

link|flag
vote up 1 vote down

This is not a total answer, but establishing a series of short term achievable goals with a tangible result is important. The idea being that you can work for maybe an hour or two and be able to mentally reward yourself for your work. It could be adding a button, or commenting a source file, or making something new happen on screen. Typically it's bugs fixed/feature added, as long as the features are small enough. You can break larger features down into smaller tangible steps as well. The important aspects are the achievability of the goals, and how satisfying/convincing the mental reward is. Quite a lot of whether the reward is convincing depends on your inclinations.

If you think about it, this is essentially what games are: Sequences of very short term easily achievable goals with a satisfying reward after each one. That's why they are so addictive. That's why languages like python and ruby are so popular, because they have interactive shells where you can see tangible results with far less work than a compiled language. It's the feedback loop that feeds our masculine obsession with controlling things.

link|flag
vote up 1 vote down

You don't get addicted to programming, you get addicted to stuff it brings you. Just think in terms of what new stuff(e.g. car, new house, latest gadgets, gf, knowing more people, etc) it can bring you if you switch to a new programming language or learn new programming techniques.

Or perhaps you are doing some things which were exciting before, but now become plain boring or mundane to you now. Try to create a code generator around them, so you'll be excited to learn new stuff and be addicted to them, this way mundane things won't drag you to boredom again. Good programmers are born lazy and are very effective with automating tedious task.

link|flag
vote up 1 vote down

Well, I have found that the best way to motivate myself and really get myself excited about my programming projects is to set small goals for what I want to achieve every time I sit down in front of the computer. I focus on what I am supposed to deliver and then start to build it. Either from the project specification or task list (for formal work or school related projects) or from my head (for the ad hoc hobby projects).

As soon as code starts to appear on the screen and the functionality grows it quite easy to get that same feeling of satisfaction as leveling up in WoW. As the project grows I find it hard to not think about how things could be improved. Much like the feeling I get when I play great games. It is hard not to think about them even when you are AFK. It can be everything from additional functionality, or existing functionality that could be improved (put in the "nice to have" column in the todo list/specification) or refactoring ideas that you can do when you have some down time (waiting for some other unit to be finished etc).

To me it is all about mindset. If you give it time and really apply yourself you are investing in the programming project much like the way you invest in games. There is an emotional satisfaction to be had when you manage to solve tricky problems. It might not always be as immediately satisfying as playing a game, but in the end I think it is well worth the investment.

link|flag
vote up 0 vote down

Computer gaming gives you some kind of progress, maybe a virtual progress, but still.. Find something else that gives you progress, or convince yourself that something your already do does so.

link|flag
vote up 0 vote down

I've had this illusion before with various video games on various platforms. I'd question whether or not you finished the video game after playing for hours and hours as this is one part of where the flow in a video game can be different than in developing software.

For example, in various role-playing or real-time strategy games there can be hundreds of hours spent building up power and getting stronger and stronger. Does this get to the end result? Not necessarily if the game normally takes tens of thousands of hours or is open-ended like some MUDs and other games are in terms of the game just going on and on.

I get myself to look forward to programming by thinking about how there should be an easier way to do this and what are the variables I need to enter, what processing has to be done and what output would I like it to have. The challenge is to focus on what are the key points that I need to get done. Of course there is a find a bug, fix a bug, re-test loop to run that can take many many iterations before something can be said to be done.

link|flag
vote up 1 vote down

Programming for the type of person to be interested in it in the first place is interesting because it requires you to solve problems and learn new things. As long as you do it as a hobby, you can choose to do only interesting things but unfortunately after you have worked in the field for a number of years you get pretty good at some aspects (languages, types of software, etc.) and then your employers want to use you to write more of the same - you are after all effective at it so they get the most bang for their buck that way.

I developed a database application for SQLServer with VB6 for several years (5+) and got totally bored with it so much so that I lost all motivation. I have since worked again with real-time DSP SW (I had had some previous experience with it before my VB6 years) using C and that again ignited my interest in programming.

So, my advice is to try something completely different if at all possible. If you are forced to solve completely different type of problems and you still can't get interested in it, then you might want to try some of the other suggestions (change to a non-programming job and only code for fun).

link|flag
vote up 1 vote down

You should get yourself motivated again. I believe that the best way to do this is to "code for yourself". You could try your own projects, or puzzles and math problems. The best collection I know you can find at Project Euler, as ethan stated. The very first problems are somewhat easy, and then you find yourself playing with very hard problems, and

although it may take several hours to design a successful algorithm with more difficult problems, an efficient implementation will allow a solution to be obtained on a modestly powered computer in less than one minute.

I think its just a beauty for a programmer like me. Maybe you can dive into it and enjoy as well.

link|flag
vote up 1 vote down

Continuity is important. Stick with it even when you are nowhere near a computer. Design, code, refactor. Use paper when you have it, thin air when you don't. By the time you find yourself near a PC, you'll be pretty anxious to try out all the ideas that have built up inside.

Find someone you can discuss code with. Detailed discussions about design, language features, implementation. I usually find that many coders are reluctant to talk about such things (except on the Internet). Bait them with a challenge. Ask for advice; programmers love giving advice.

Watch "How to Protect Your Open Source Project from Poisonous People". Understand that they're referring to you.

link|flag
vote up 1 vote down

Two words.

Learn Python

...seriously, Python (for me) has put a lot of the fun back into developing software. A lot of the more tedious stuff you have to deal with (I come from a C/C++ background) becomes trivial which leaves you with the fun bit; solving problems.

I often use Python to prototype ideas before I implement them in other languages too, so even if the end result isn't a Python solution, I can take advantage of the speed of development. Python's an interpreted language so there's no need to compile which reduces the code-test-code-test-... cycles we all go through to produce a working solution.

Add to that lot the fact that Python comes with an enormous library of useful modules you can download and it brings back more of the fun of making cool 'stuff' :-)

link|flag
vote up 0 vote down

Another way to approach this question is to ask, "Why am I not addicted?" or "Why am not doing it?"

There's some research into Writer's block referenced on Wikipedia, that you may find interesting. For example, Blocked: why do writers stop writing? starts with,

... Most of the poems for which [Coleridge] is remembered were written when he was in his mid-twenties. After that, any ambitious writing project inspired in him what he called “an indefinite indescribable Terror,” and he wasted much of the rest of his life on opium addiction. How could he have done this? Why didn’t he pull himself together? ...

link|flag
vote up 1 vote down

The underlying driver for all compulsive behavior is a system of "Constant Rewards". Casinos do it, and most Blizzard products and PHP games (Planetarion, Mafia Wars) do it. Setting multiple small, satisfying goals that you can achieve in a single sitting should help drive a compulsion to code.

Not that this would necessarily be healthy, or even make you a better programmer. Some projects require hours of unrewarded contemplation, and a compulsion to achieve something quickly won't always help the project. It'll just drive you to produce more code.

link|flag
show 2 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.