I'm talking about special words/tokens used in the beginning of comments, to facilitate grepping or otherwise to attach some special meaning to the comment, like // TODO: Find out what to do about this error
.
The meaning of some tags are obvious, like TODO
and FIXME
, but what about ???
and !!!
? Are there others? I'm asking because I've seen the last two quite a lot recently and some editors, i.e. Xcode, provide a simple way to find all comments which such tags.
If there's no standard as such, I'm fine with a description of whatever company-local policy you might have. :)
Edit: Bonus points for referencing an actual document.