Gliffy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This section indicates the coding conventions used in the sample applications and modules included as source code.
...
A typical sample application source code file is organized as follows:
Gliffy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Module Variables
By convention, the variables of a module are grouped into a structure declared globally at the beginning of the file.
...