July 2018
Beginner
202 pages
5h 42m
English
Modules allow Lua code to be split across multiple files. The codebase of any non-trivial application is going to get large, and having modules allows the code to be organized and keeps it maintainable. When doing OOP, each class can be its own module. Keeping every class in its own file will keep your projects easy to navigate and maintain.