Buddy, lost in programming mess ?!

While writing code, lot of issues a programmer needs to keep track of: variables, functions, parameters and their integration with other modules and pages. And as your coding away, you are reminded of other things that you have to do when you are done with the line you are writing.

Most of the times the only place where this information resides is in my brain and it will take me a good time to pick up where I left off just a few days ago.

I know that there is sophisticated project management software that will keep track of all tasks, but I have found this very simple to-do-list application that will do exactly what I need. Keep track of my programming to do list for a particular project in a simple manner. The data is stored in an XML file, so you could have it online and have oher developers access it as well. No installation required, just a standalone executable.

Anyways, you can find it here:
www.codeproject.com/useritems/ToDoList2.asp

[ excerpt ]

0 comments: