Author: Tales from the Evil Empire : ASP.NET | Posted on: 6/16/2009 4:08:00 PM | Views : 853

If you?re anything like me, you probably litter your code with TODO comments, postponing random tasks for the sake of moving the project forward. And there is of course a non-zero probability that you are going to ship with those comments still in. So I want to propose the following call to action to all readers of this blog: open your current project and start implementing what?s in those TODOs today . Finding the TODOs is easier than you think. In Visual Studio, open the task list window (CTRL+T), open that drop-down menu and choose ?Comments?: Once you?ve done that, Visual Studio brings you a list of all those TODO comments: You can now go through those one by one (double-clicking on the TODO in the task list takes you there) and delete them...(read more) ...

Go to the complete details ...