Coding Standard
 

 

Fetter Software uses Sun's Coding Conventions

Exceptions to Sun's standards:
1. Fields in a class are declared near the end of the class as opposed to the top.
2. Indent four spaces instead of the recommended eight.
3. Lines may extend beyond 80 columns.
4. John Dalbey's exceptions and extensions


Date Author Change
1/23 mhebron added JD's required exceptions/extensions
12/1 wstrickl Initial posting