Etiquette of parameter and variable naming
Expressions
Expression format
Flow control statements
Control flow statement tabulation rules
Subroutines
Subroutine format
Macro calls
Style: call “DetlevelDWFunctionMacro” parameters bWindow = 1, MVODetlevel2D = MVODetlevelWindow.detlevel2D, returned_parameters _windowDetlevel2D, _unused ! windowDetlevel3D _unused ! windowDetlevel4D Write each parameter on a new line. Do not make complicated calculations – only short expressions containing one type of operator and/or one function call. Parameters that are not changed can be…
Comments
Necessary comments
Scripts
Code structuring tips