Best Practices

Revision as of 20:37, 14 November 2022 by BFilstrup (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Progress Bars for Nontrivial Computations

DetermTable() over Table()

Table() over Array()

Unit Consistency Tips

Tips when Collaborating
- Global uppercase, local lower case
- Creating a company template

When to NOT Loop
- Avoiding For/While loops when inefficient

Declaring Locals
- Local, LocalAlias, LocalIndex and For >>> Using, Var, MetaVar, MetaIndex or Index

Comments


You are not allowed to post comments.