Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
//TODO: where did it go
Message
From
14/10/2005 10:10:52
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01059104
Message ID:
01059122
Views:
10
>I see your point but that involves updating an "external" document, which I am somewhat moving away from with //TODOs. In the heat of coding you sometimes don't have time to open another file to write verbose text. Sometimes my //TODO comment will simply say:
>
>//TODO: if above looks iffy
>
>If I was maintaining an external document I would have to state what cs file the if was in and around what line and maybe tell a little about why it was iffy.

Sure, it is convenient to have the TODO in the code itself. On the other hand, there are cases where the to-do comment can't be attached to a code element, as in: "To do: create a form [or report] that does such-and-such".

>I suppose I could write a small app to scann all the files in the project and return all //TODOs.

For a quick solution, you can just search through the files. The built-in search in Windows is fubar [1], at least in Windows 98, but you can use the free search tool, Agent Ransack. It has the capability of searching through ALL files, not just those with specific extensions, and it shows a summary of the search results in one of its windows (so you can see the "TODO" text in context).


[1] fubar: fouled up beyond all repair (or recognition)
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform