Ask YC: What's the greatest number of projects you can work on at once, successfully?
Right now I have a coding project I'm doing for work, one for a side for-profit thing, and one I'd like to do just for fun.
I'm trying to decide whether to do them with as little overlap as possible with the goal of total focus, or all at once with the hope of cross pollination of ideas.
What's your threshold and/or ideal? I realize this will vary a lot by individual, free time, complexity of the projects -- but I'm interested to hear some opinions of HN members on this.
20 comments
[ 155 ms ] story [ 1508 ms ] threadYou can divvy that up however you see fit.
On the other hand, insights from one project might help out another.
I prefer the shotgun approach. In the last 6 months: 22 releases across 8 projects (with differing levels of inter-relatedness). I've worked on 19 other projects in that period of time (this number might be low as I polled the filesystem, not perforce).
I find that when I flight a lot of other ideas when I already have a major project in the works, I end up with a lot of sparse git and svn repositories.
That's just my preference. I can handle a handful (5 or 6 maybe and still be effective?) but the context switching saps my productivity pretty fast.
I was more talking about just the coding part. I agree if it's the whole 9 yards, it ought to be just one project at a time.
1.
How I've managed to put dual focus into two projects for a while (startup and my main company) is to focus solely on one for a certain length of time, then switch to the other and give that one 100%. But even that only works so well because a running business has certain day-to-day activities you need to do and can't neglect.
So if you're starting your own projects or startup, choose one and give it 100%, otherwise you're not giving any of your ideas the full shot they deserve.
A personal project, in which I am doing the design, marketing, monetization, business practices, everything - 1. It's a full-time commitment.
It takes me a day or two to really get into a project. Once I'm there, I find that I naturally cycle my focus between projects every three to four weeks. My biggest challenge to getting things done is the day when I finish off a project cycle and try to figure out what to work on next. If I don't have a clear idea, I flit between a half dozen or so potential projects until I dig my teeth into one.
I also to have 'little projects' on the side burner to work on for a couple hours if I'm feeling the need for a break without full-on switching into another project. These little projects tend to be things like 'learn how to do this in framework X' or 'write up a blog entry for sample code Y'.
It's worth noting that I work predominantly on desktop software, so I'm used to a longer release cycle than a lot of people here.