What common comment tags do you find useful, and how do you use them?
For instance, we standardize on:
//TODO: blah blah //FIXME: blah blah //NOTE: blah blah
We have an IDE plugin that is able to pick these up project wide as a reminder.
Do you use any of these aide memoirs? How do you use them? Are they useful? Do you find there are soon too many of them to be useful? Or do you find they clutter up your code when you never go back and tidy them out?