/
Commenting
Commenting
When it comes to commenting code, you must find a balance between too much and too little. Comments are considered documentation that should be modified as a part of regular maintenance or development.
In general, it is best to assume the reader understands the basics of Lua, so we recommend using comments in two areas:
, multiple selections available,
Related content
Documenting Interfaces
Documenting Interfaces
More like this
Lua Coding Best Practices
Lua Coding Best Practices
More like this
What is the appropriate level of commenting?
What is the appropriate level of commenting?
More like this
Annotation Windows
Annotation Windows
More like this
Example code showing the eight basic types in Lua
Example code showing the eight basic types in Lua
More like this
Naming Convention
Naming Convention
More like this