What is some good software for a developer to use to organize his or her tasks? I am looking for a todo list with just a few bells and whistles for subtasks, etc.
I want to use this just for myself. It isn't for the whole team.
|
What is some good software for a developer to use to organize his or her tasks? I am looking for a todo list with just a few bells and whistles for subtasks, etc. I want to use this just for myself. It isn't for the whole team. |
|||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
|
|||
|
|
I use a personal kanban.
I have one for each context. |
|||
|
|
|
I started using trello lately and its quite awesome. Its free and you can log in with your existing google account. |
|||
|
|
|
As we use FogBugz as our bug tracking solution, I keep my to-dos in a separate project within FogBugz. This way, the time I spend on them is included in FogBugz's scheduling and should simple to-dos eventually become work items, they are already right there in the system. By the way, FogBugz on demand is free for start-ups of two developers. |
|||
|
|
|
I use Emacs with org-mode. Simple, with some bells and whistles. Also, if you know Emacs-Lisp you could also implement any sort of feature that is not already available that you would like. Essentially it is just a plain text system. You could also modify and tweak the system to your liking fairly easily. |
|||
|
|