What is the meaning of #XXX in code comments?

前端 未结 10 726
轮回少年
轮回少年 2020-12-12 09:29

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

10条回答
  •  爱一瞬间的悲伤
    2020-12-12 09:53

    Probably it's for cases that you don't know how to handle.
    Check out this: List view of TODO/FIXME/XXX/HACK statements

    alt text http://editra-plugins.googlecode.com/svn/wiki/images/commentbrowser/cb_screenshot.PNG

提交回复
热议问题