Ask HN: How do you manage your one-man project?
21–30 of 62 posts
Re: Ask HN: How do you manage your one-man project?
#22Re: Ask HN: How do you manage your one-man project?
#23The main thing is to not fall into the "productivity porn" trap of trying to find the best tool instead of actually getting stuff done - when something simple is more than enough. Keep a simple list of things to do as a backlog and maybe another list of "would like"s. I personally use SimpleNote and Notational Velocity for both.
Re: Ask HN: How do you manage your one-man project?
#24Re: Ask HN: How do you manage your one-man project?
#25Tracking progress helps motivation.
Re: Ask HN: How do you manage your one-man project?
#26I'll host all my side projects on github. To keep track of bugs and new features I use github's issue tracker. Besides that I carry around a programmer's journal (some small paper notebook) where I write down new ideas, code snippets or concepts.
Re: Ask HN: How do you manage your one-man project?
#27Personally, I find TDD is a helpful design aid for tricky bits of code. I don't bother when it's trivial, but when creating major systems or components, it helps to focus my design and enforce encapsulation.
Re: Ask HN: How do you manage your one-man project?
#28I keep shuffling how I organize tasks. There's by-project, where I list all the things that need to be done to complete something. But I also have to keep some context lists like "next time I'm working on the website" or "next time I feel like doing a bunch of Photoshop work" for those tasks that keep getting put off.
I also keep a wall calendar (just a big sheet of white paper) with post-its for each deliverable. They keep slipping, but at least I can see how many weeks are left until external events.
When things get really unproductive, I walk away from the computer and sit down with a notebook or stack of index cards/post-its and dump everything that needs to be done. For tasks that are stuck, I try to apply Merlin's idea of visualizing what it will feel like to have it done: http://www.43folders.com/2005/10/16/43f-podcast-the-to-have-...
Re: Ask HN: How do you manage your one-man project?
#29Re: Ask HN: How do you manage your one-man project?
#30Plain text. In my case Emacs org-mode.