/
Structuring Component Translators
Structuring Component Translators
How to structure your Component Translator projects is critical to fast, scalable development. Before taking a look at the details of Lua, it’s good to understand how to organize functions and modules in the Translator.
Each Translator project is made up of different types of files. Knowing how those files relate to each other and using the concept of separation of concerns is key to determining how to structure your projects.
In general, what files make up a Translator project?
, multiple selections available,
Related content
Naming Convention
Naming Convention
Read with this
Main.lua
Main.lua
More like this
Three Keys to Interface Development
Three Keys to Interface Development
Read with this
When to use Libraries
When to use Libraries
More like this
Create a Component
Create a Component
Read with this
Translator - Project Pane
Translator - Project Pane
More like this