Add comments to all functions follow the general principle of input-output and functionality.
Add comments to the top of all included files to explain what is included and the purpose it serves.
Example:
-- Description of what the function does
--
-- Parameter 1
-- Parameter 2
-- ...
-- return
Add comments to all functions follow the general principle of input-output and functionality. Add comments to the top of all included files to explain what is included and the purpose it serves.
Example: