Art & Logic Programming Style Guide: Classes and Structures

When laying out classes, we use the following physical breakdown in the source files:

Within those sections, prefer to keep things grouped logically -- for instance, keep all of the overloaded operators together, all of the constructors together, etc.

Previous: SourceFiles

Up: StyleGuide

Next: NamingRules