I have some problems finding the best way to store todo lists for programming.
I consider the following:
- one todo list in the source control for each project
- master todo list (with common tasks) in a personal folder in the source control
How did you find this?
What would you suggest?
Edit:
Thanks for the suggestions. I use the bug tracking system (BugTracker.NET) for errors and tasks that are related to other people's requests so that they can see the status. And I use // TODO in the code.
I have many additional notes on what to do. Would you also recommend putting this in an error tracker (especially if it's impossible to specify them as // TODO in the code)?