Comments

https://news.ycombinator.com/item?id=44646801

Including unknowns for general use:

  • TODO: just things to do.
  • NOTE: this does something unusual, and you need to bear it in mind while working on this code.

Excluding known unknowns for specific use:

  • FIXME: major issue; not considered finished or mergeable until it's resolved.
  • XXX: hacky, ugly, or fragile, but the code will still function.