tl; dr: What design pattern allows you to split Lua code into multiple files that need to share certain information without affecting the global table?
Background
The need for libraries
tl; dr: What design pattern allows you to split Lua code into multiple files that need to share certain information without affecting the global table?
Background
The need for libraries