Skip to content

How to Deal with Programming Procrastination

Posted on:September 17, 2008

Have you ever thought to yourself “I haven’t coded in so long, I really need to” but then did something else instead? This is called programming procrastination (PP), and every developer will face it at least once in their career.

I get programming procrastination a lot when I’m trying to finish up my pet projects or even something to do with work. I don’t know why I don’t want to program sometimes but here are a few things I do to get me back into the programming mind:

1. Just Start Programming

1. Just Start Programming

Forcing yourself to program is on of my favourite ways to defeat PP. Its sometimes hard to just start programming but I generally lock myself in my room, and set a specific goal to reach. Generally the goal will be small to start out with; finish this method or class. Once I’ve started to program, the willingness flows back and I’ll stay for a few hours.

Just starting to program can help the creative juices flow, but this is the hardest step in my opinion.

2. Discuss Tactics with Another Developer

2. Discuss Tactics with Another Developer

Talking with other developers is another way to get past programming procrastination. When you talk with other people it puts you into the mindset of a developer. This often is enough for me to get me past programming procrastination because it gets me thinking about programming.

Talking tactics can help you figure out a problem that may be stopping you from programming or a complex algorithm. I generally talk to Alex when I’m stuck and can’t think of what to code.

3. Set a Specific Time to Start

3. Set a Specific Time to Start

This one is a little like just starting to code. When you give yourself a specific time to start coding it forces you to get into the mindset of a developer. If you know you’re going to sit down at 8pm and code something your mind will start to think like a developer and hopefully you’ll get past programming procrastination.

4. Read Your Development Books/Blogs

4. Read Your Development Books/Blogs

Reading your favourite book or blog can help you get past programming procrastination as well. Whenever I don’t feel like programming I go though my RSS reader and read some of my favourite development articles. It really helps put me in the programming mood. Dust off your favourite book or fire up your RSS reader and read whatever development stuff you want.

There are a number of ways to get past programming procrastination. The above four points are just a few that I use, but what I really want to know is how do you get through programming procrastination? Do you do any of the things I do or do you have your own ways? Feel free to drop us a line in the comment section below.

Related Posts