3

I write code as part of my job but also tend to have a lot of pet projects I think about in my spare time. A lot of those projects are not specifically targeted at solving an actual real problem but are just a curiosity (like my Duktape/ECMAScript thing that could import and call DLL routines.) I often find it difficult to choose which one to continue working on and end up not working on any of them because I can't decide which one is more interesting at the time! Or I get stuck and struggle to find a way around whatever roadblock I've hit.

Comments
  • 1
    Just pick one of them, define a goal, and finish it. Be disciplined, whenever you want to work on something else, fallback to that one. And finish it. As soon as you do it the good feelings will make you finish other ones.
Add Comment