Show Menu
Cheatography

L4G Best Practices Cheat Sheet (DRAFT) by

L4G Best Practices 4CAD Canada

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Naming Conven­tions

Use the corres­pondent initial letter:
• X for the vertical add-on
• Y for specific e-THEMIS develo­pment
• Z for customer develo­pment
Be explicit in the use of names. Example: for a site field, use YFCY or YSITE, not YS1.

Global variables

As standard, global variables start with G.

In specific coding, so as not to overwrite existing variables, use the following: GY + explicit variable name (example GYSTOFCY).

At the end of proces­sing, remember to destroy the global variable using the Kill instru­ction, if it is no longer used outside of the context.