Coding Standards - achaea-oracle/oracle GitHub Wiki

Some quick notes on coding standards that I will try to stick to when developing Oracle:

  • Except where necessary in gmcp (for IRE.Rift etc), camel case will be used.
  • While not required in Lua, I will try to use tab indenting for nested content inside functions or conditionals to improve readability.