tokens in visual studio: HACK, TODO... any other?

b0x0rz picture b0x0rz · May 31, 2010 · Viewed 21.3k times · Source

what tokens do you find useful in visual studio? (visual studio 2010environmenttask list → tokens)

currently i have only:

  • HACK - low
  • REVIEW - high
  • TODO - normal
  • WTF - high

(only these - deleted some default ones)

are you using any others?

are you covering any other important thing with comment tokens?

any best practices? thnx

Answer

Enrico Campidoglio picture Enrico Campidoglio · May 31, 2010

Here's the ones I use:

  • TODO: the functionality is not yet implemented
  • FIXME: the code should be modified/refactored to achieve some goal (higher maintainability, better performance, and so on)
  • BUG: the code has a known bug