Piratux/CaveEditor

Code improvements

Opened this issue · 0 comments

Here is a list of things that should be implemented, to improve code quality:

  • Swap dynamic types to static types where possible. This will improve code readability and performance.
  • Prefix script global variables with underscore. This will improve code readability and avoids name clashes when passing same name variable to function.