The following note types are recommended:
TODO:Things in the code to doWARN:Dangerous notesFIXME:Things that will need fixing laterREVIEW:Note things that should be reviewed laterHACK:To make notes of a questionable work aroundREF:Used for annotating references used for the code
!> Please document your code properly
Use the emmy lua standards to document objects and functions.
Comment regularly through the code either above or alongside each step so that others can understand what you are doing.
Use of Lua format allows you to format code consistently.