Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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