On this page:
10.1 Naming Conventions
10.2 Coding Style
8.2

10 Style

Style and naming conventions can be a controversial issue. The primary goal of establishing naming conventions is to make code easier to read. Source code is typically more often read than written. Programs should be written as clearly and consistently as possible. Consistent use of naming conventions and consistent layout of source code is a sign of high-quality work. A few recommendations follow.

10.1 Naming Conventions

10.2 Coding Style