What is the meaning of #XXX in code comments?

前端 未结 10 723
轮回少年
轮回少年 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 10:07

    I use // XXX so I don't have to remember line numbers. Instead I just search for the XXX when I want to return to that piece of code.

提交回复
热议问题