Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Two parts, how-to practice guides on Lua coding using available functions in the Translator, and general best practices

  • Lua basics (see Eliot’s tricks and tips) - Lua

  • Iguana Translator-specific functions

  • General Lua coding best practices - Lua Coding Best Practices

    • Global vs. local variables

    • Avoid deeply nested blocks

    • Naming functions and variables (e.g. camel case or not)

  • Overview of existing iFW libraries

  • No labels