I have seen this a lot in code, even vim marks it as a special case. #TODO and #FIXME are two other fix markers vim highlights but what does
#TODO
#FIXME
From (old) Java code conventions:
Use XXX in a comment to flag something that is bogus but works. Use FIXME to flag something that is bogus and broken.