Ask HN: Solo devs, how do you plan your development?
171–180 of 190 posts
Re: Ask HN: Solo devs, how do you plan your development?
#172I'm insane, so I just create a parent task in taskwarrior: "build real estate app for client x" Then anything that falls directly under that is a blocking task: - "build backend to serve api" - "build frontend" (this might be blocked by the one above, or not, depending on what it really does) - repeat ad naueseum until those big tasks are broken down enough for me to visualize Using a project might be nice to get a p…
This is the same process I use on a whiteboard to plan out complex projects at work with my team. It's a nice way to see what tasks can be worked on simultaneously in non-solo work too. As a side project I'm currently working on a tool to do this planning visually.
Plus I know it'll be a huge problem if I ever have to work with anyone else.
Re: Ask HN: Solo devs, how do you plan your development?
#173I have a single TODO list of cards and i use the checklist within a TODO if its a large task that needs to be broken down.
I also arrange all of my links to libraries i've found online by dragging them directly onto trello or use the bookmarklet. I have about 30 boards on different topics, some with ideas, some with links all subdivided horizontally by topic.
Re: Ask HN: Solo devs, how do you plan your development?
#174As many other have suggested, I found ClubHouse [1] to be the best balance for solo dev. I have tested and worked with many. Asana, JIRA, Trello were all tested alone and with small or medium sized teams. None were as simple to use and clean as clubhouse. It was always hard to keep the big picture while going into details with theses software. But with Clubhouse am using Iteration to define the big picture and the pl…
Re: Ask HN: Solo devs, how do you plan your development?
#175I have a file called todo.txt, with the current tasks at the top, and everything else below that. It is in version control. As I finish stuff, I delete it out of the file. I add new stuff towards the top if I want to do it soon, towards the bottom if I want to save it for later. For things which are just ideas, I have a second file called brainstorm.txt.
I use a todo.diff - so the text editor color codes my lines started with `+` and `-`
Re: Ask HN: Solo devs, how do you plan your development?
#176Re: Ask HN: Solo devs, how do you plan your development?
#177Fancy tools are for teams, because everyone editing todo.txt eventually gets messy. It is not like you can't use the fancy tools, but if you expect them to somehow improve your work flow, prepare to be disappointed. The thing about working solo is that you can get away with a lot less communication and writing stuff down. Depending on your memory you probably still should put a few core ideas on paper/file. As long a…
I've mostly done it just for myself, but have occasionally tried it with 1 or 2 other people. It seems to work reasonably well. The only real downside that I've found is that if you want to take the TODO items out of the master branch when you are working on them, it requires another commit to master, which is unfortunate. However, in doing that, your master branch has a TODO file for every branch that it in active development, so it's not really that bad...
I've not really lured anybody away from Trello, though. People like their specialised GUI ;-) Org-mode/MD just doesn't do it for a lot of people.
Re: Ask HN: Solo devs, how do you plan your development?
#178Earlier quoted context omitted.
I use a todo.diff - so the text editor color codes my lines started with `+` and `-`
Similarly, I use todo.md, and have VIM highlight "[ ]", "[x]", "[>]", "[v]", and "[-]" for bullet-journal-like TODO, DONE, Deferred, Dropped, and FAILED, respectively.
Re: Ask HN: Solo devs, how do you plan your development?
#179I use Trello, then it gets messy, switch to Keep to start over, that gets confusing or messy, I have a txt file with my todos, that gets messy, I try a project management tool like Basecamp, doesn't do the trick, start over fresh on Trello, that gets messy.... I think you see where I'm going with this.
I’ve been using Notion to integrate the kanban board, free form notes & references, client proposal documents, etc. all into one place.