If not noted otherwise below follow the rules on
-
https://google.github.io/styleguide/jsguide.html for Javascript
-
Tabs only (no spaces)
-
Avoid lines longer then 120 characters
-
Use descriptive and useful variable names
-
No hungarian notation or comparable variable names
-
No Lua Modules
-
Prefer log.info or log.debug over print statements
- Use useful commit message
- Merge requests wont be accepted without discussion on discord
More will follow