what tokens do you find useful in visual studio? (visual studio 2010 → environment → task 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
Here's the ones I use:
Vim automatically highlights
XXX
, which happens to be my token of choice for the ease of typing it.Sun's (old) Java coding conventions have this to say:
I've done a combination of most of the above tokens.
Another built-in is NOTE.
I like the Token REMOVE, indicating that it's only in for testing, and should not be included in the final release