Coding standards

One important tool to writing good code is to follow a set of strict coding standards. This section will describe the coding standards that are used at Charta Software.
Readable code starts with a consistent layout of the code. In this section the layout rules for code at Charta Software are described.
Every Delphi application is represented by a project file. Here some elementary conventions for project files are laid out.
Rules on how to use language constructs.
A variable name should describe the information the variable contains, should be in CamelCase and should contain reference information or the units of measurement.