The meaning of java code comment XXX todo fixme (transfer)

 

Transfer: http://free0007.iteye.com/blog/1886526

 

Special Notes:

1 ALL

Indicates a feature that needs to be implemented, but has not yet been implemented

2 XXX

Barely can work, but poor performance and other reasons

3 FIXME

The code is buggy, doesn't work and needs to be fixed

 

TODO: + Description :
If there is this mark in the code, it means that there is a function code to be written at the mark, and the function to be implemented will be briefly explained in the description.

FIXME: + Description :
If there is this mark in the code, it means that the code at the mark needs to be corrected, or even the code is wrong, cannot work, and needs to be repaired. How to fix it will be briefly explained in the description.

XXX: + Description :
If there is this mark in the code, it means that although the code at the mark has realized the function, the method of realization is still under discussion. I hope that it can be improved in the future, and the areas to be improved will be briefly explained in the description.

IDEA view todo:

ALT+6

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326456432&siteId=291194637