In C# I use the #warning and #error directives,
#warning
#error
#warning This is dirty code... #error Fix this before everything explodes! <
#warning This is dirty code... #error Fix this before everything explodes!
Besides keying off the "TODO:" comment, many IDE's also key off the "TASK:" comment. Some IDE's even let you configure your own special identifier.