vote up 3 vote down star
1

Possible Duplicates:
Finding the motivation for doing spare time projects
Finding the time to program in your spare time?

I code PHP and dabble in a few other languages and I'm a Web Developer by trade using PHP & mySQL etc but I find when I get home I just don't bother to code anymore. Before I got the job I used to all the time and taught myself to code but after a while I just stopped.

I still read books, articles and tutorials about it but when it comes to actually doing it I just find something else to do.

Edit: Thanks everyone, will take on board your suggestions.

flag

Duplicate * 3 – Ólafur Waage May 22 at 16:42
stackoverflow.com/questions/487169/… – Shog9 May 22 at 16:44
I recently watched Ben Collins-Sussman and Brian Fitzpatrick giving a presentation as part of the Google Tech Talk series on YouTube. I found it very motivating to see my heroes in the flesh (almost). Makes it much more real than reading about it. It worked for me. These days, I even code while I'm on the bus. – Agnel Kurian May 22 at 17:11
I found that in a more general sense (i.e. not about programming) watching videos on TED. I think i'm more of a visual learner as I find video tutorials easier to understand than books. – xenon May 22 at 18:12

closed as exact duplicate by Ólafur Waage, TheTXI, Shog9, Rich B, gnovice May 22 at 16:59

7 Answers

vote up 3 vote down check

The key for me is finding a side project that you are passionate about. If it's not something that you're excited about doing, you're never going to be able to motivate yourself to sit down and actually start coding. Ideally, you shouldn't need to motivate yourself -- that's already a sign that your project is less than fascinating to you and perhaps your interests would best be served on a different type of application.

For many people, this can be experimenting with a brand-new technology that many people don't use yet, or perhaps something like an open-source project that interests you. If you'd like to dabble in something that can make you a little bit of pocket money, try an iPhone App Store application or something like Microsoft's XNA.

link|flag
I did consider buying an XBOX so I could play with XNA and develop a game but I'm worried it will just sit there. I seem to have a short attention span – xenon May 22 at 16:51
I do this all the time. There are many out-of-the-box solutions for what I might need (libraries, galleries, etc.), but you really learn how to do things when you roll your own and then compare to various (open source) solutions out there. I created a photo gallery to start learning ASP.NET AJAX and using embedded resources. waynehartman.com/photos – Wayne Hartman May 22 at 17:07
vote up 1 vote down

You probably need to work out what the to root reason is for your lack of desire to code. It could be a good thing - like that your desire is satisfied by what you do at work.

A couple of things I'd suggest are:

  • find an 'toy' project, ideally something you'll use to work on
  • try a differnt language to give you some variety from what you have at work
  • make sure you feel like what you are doing is worthwhile
link|flag
vote up 1 vote down

The best solution I have to offer is to find something useful that you need, and code that. In my case my inspiration was to code a contacts- and time-management web-app. But each to their own, library-management seems popular (DVDs, books, cds etc).

But, honestly, if you have to ask then you might find that taking a break from coding for a while is more useful to you. Get outdoors, run, bike, learn martial arts, come back to your free-time coding when you're ready and wanting to accomplish something.

link|flag
Trouble is I can't really do sport (long story, messed up leg :P) so I don't really go out but I take your point on board. Thanks – xenon May 22 at 16:48
Well, yeah...pretty much get away from coding for the free time doing whatever. Road trips on fun country roads was always a popular evening pursuit for me =) – ricebowl May 22 at 16:54
vote up 1 vote down

There was a great post on this topic just a little while ago.

I don't know many full-time coders who code much at home, frankly. Gotta take some time away.

link|flag
Thanks for the link, I do start projects they just fizzle out and I never go back to them – xenon May 22 at 16:47
vote up 1 vote down

Find a personal project that you're interested in. It's always easier to work on something that is personally significant.

link|flag
vote up 1 vote down

Maybe it's time for a new job!

link|flag
1  
Or maybe he gets his fill from working. I love writing code at work, but when I get home I like to unwind and do other stuff. There are only so many hours in the day. – tehblanx May 22 at 16:50
Maybe you're right, but he did specifically state his own behavior changed after he got his job. I can easily see the wrong job draining someone's movitation to 'practice' their profession. – Jay Riggs May 22 at 16:55
I still enjoy my job ( I even turned down a better paying job for this one ) but I do see how your point would be valid – xenon May 22 at 18:15
vote up 1 vote down

Find a project that interests you. Find something to do that you're passionate about. Take a hobby that you have outside the coding world, and find a way to translate that to a project that you can then be passionate about.

link|flag

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