I have some trouble figuring out the best way to store my programming todo lists.
I consider the following:
- one todo list in source control for each project
- a master todo list (with general tasks) in a personal folder in source control
How do you find that?
What would you suggest?
Edit:
Thanks for the suggestions. I use a bug tracking system (BugTracker.NET) for bugs and for tasks that involve requests from other people such that they can see the status. And I use //TODO in code.
I have a lot of additional notes about what to do. Would you recommend also putting that in the bug tracker (especially if it is not possible to put them as //TODO in code)?