Skip to content

Instantly share code, notes, and snippets.

@brun0xff
Created June 22, 2018 14:53
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brun0xff/755438491898e8b12999f9492e537e53 to your computer and use it in GitHub Desktop.
Save brun0xff/755438491898e8b12999f9492e537e53 to your computer and use it in GitHub Desktop.
TODO: FIXME, HACK, and REVIEW
# Use TODO to note missing features or functionality that should be added at a later date.
# Use FIXME to note broken code that needs to be fixed.
# Use OPTIMIZE to note slow or inefficient code that may cause performance problems.
# Use HACK to note code smells where questionable coding practices were used and should be refactored away.
# Use REVIEW to note anything that should be looked at to confirm it is working as intended.
One advantage of using these tags is that they are easy to search for and give an understanding of where the code can be improved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment