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 4 Next »

  • How to structure functions and modules - before we cover the details of Lua, we are just looking at function structure and how to organize a Translator

  • Each component can be broken down into three parts that form a pyramid

    • Top: snowflake

      • These are the specific mappings and transformations

    • Middle: processes

      • Functions that do things

    • Bottom: systems

      • Interacting with external entities

  • Next point is how to organically write code so that it follows this three part pyramid structure

  • No labels