Hi,
Whether as a hobbyist or professional developer, I was curious about some tools & methods people use to keep track of tasks for a project. I have used a text file in the past for small projects, creating labels like:
***********************
Things to Do
***********************
ADD ....
FIX .....
TEST ....
....
*****************
Finished tasks
*****************
....
etc.
As well as categories for design considerations, bugs, etc.
I have been experimenting with FreeMind (
http://freemind.sour.../index.php/Main_Page) for organizing functional design thoughts and so far I am liking it. For a to-do list application catered towards developers, I came across this the other day:
http://www.abstracts...m/tdl_resources.html but have not done any testing on it so far.