Where does the XXX comment prefix in Eclipse come from?

前端 未结 7 1990
Happy的楠姐
Happy的楠姐 2021-02-04 03:12

I was just wandering why is the prefix XXX ?

As far as I know its used for notes/reminders (or at least this is what I use it for and that is what the peopl

7条回答
  •  臣服心动
    2021-02-04 03:44

    From Sun/Oracle's Java code conventions, section 10.5.4:

    Use XXX in a comment to flag something that is bogus but works. Use FIXME to flag something that is bogus and broken.

提交回复
热议问题