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.
Defining a strict set of coding standards is a valuable tool in maintaining a code base at a high level of quality. The following subsections describe the different parts of the standards we use 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.
