Skip to main content

Veritran Docs

[en] App Logic Checklist

[en] The following checklist outlines the main actions that you perform when creating a lambda process, and the associated best practices you must apply when doing so.

Importante

[en] Even though this checklist is aimed at the creation of lambda processes, the best practices here referenced can be applied when creating or modifying any app logic.

[en] Steps

[en] Tasks

[en] 1. Define the process basic information.

  1. [en] Follow the naming conventions defined for the process basic information (name, description and tags).

[en] 2. Create the functions that structure the process.

  1. [en] Respect the model structure defined for processes.

  2. [en] If any logic can be reused, create the necessary inline lambda processes following the logic reuse best practices.

  3. [en] Follow the naming conventions defined for functions.

  4. [en] Revise and make sure that you apply the best practices outlined for functions, if applicable.

  5. [en] Follow the naming conventions defined for function parameters.

[en] 3. Complete each function with the necessary logic content.

  1. [en] Follow the naming conventions defined for variables, if applicable.

  2. [en] Revise and make sure that you apply the best practices outlined for the process inner logic, including conditionals, loops and arrays, navigation logic (next blocks), transaction and call API invocations, and JSON obect manipulation.

  3. [en] Follow the naming conventions defined for the process data.

Nota

[en] You may download this checklist from here.