makimo / guide

Makimo's conventions and style-guide
MIT License
10 stars 0 forks source link

Add information about standard comment markers #33

Open dragonee opened 6 years ago

dragonee commented 6 years ago

I use TODO and XXX regularly (often together), and sporadically put FIXME in the code.

http://www.catb.org/jargon/html/X/XXX.html http://www.catb.org/jargon/html/F/FIXME.html TODO is self-explanatory.

The list is open, the bottom line is to use the same opinionated nomenclature.

Added value that most text editors and static analysis tools recognise them.