Best Practices


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.