#XXX的意思是什么? [英] What is the meaning of #XXX?

查看:107
本文介绍了#XXX的意思是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在代码中看到了很多,甚至vim也将其标记为特殊情况。 #TODO #FIXME 是另外两个固定标记vim亮点,但是 #XXX 意见?

解决方案

XXX 通常是单挑。可能是:




  • 没有完全正确地执行某些东西。

  • 以后应该修复的东西

  • 突出显示可能的问题点。

  • 您不确定的一个问题。



我经常喜欢一个更具描述性的标签,如 FIXME TODO HACK XXX 经常被用作上述所有的捕获。



FreeBSD代码交叉引用是许多用途的很好的例子。有数千...


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 #XXX mean?

解决方案

XXX in a comment is usually a heads-up. It could be:

  • Something that's not implemented completely correctly.
  • Something that should be fixed later on.
  • Highlighting a possible problem spot.
  • Something you're not sure about, a question.

I've often preferred a more descriptive tag like FIXME or TODO or HACK. XXX is often used as a catch all for the above.

Searching for 'XXX' on the FreeBSD code cross reference is a good example of many of the uses. There are thousands...

这篇关于#XXX的意思是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆