3 \page coding_style Hugo Coding Style 
 
     5 \todo More detailed description, an introductory paragraph, etc.
 
     7 \section Naming Convenions
 
    12 AllWordsCapitalizedWithoutUnderscores 
 
    18 firstWordLowerCaseRestCapitalizedWithoutUnderscores 
 
    24 ALL_UPPER_CASE_WITH_UNDERSCORES 
 
    27 \subsection %Class and instance member variables
 
    30 all_lower_case_with_underscores 
 
    33 \subsection Auto variables (=variables used locally in methods)
 
    36 all_lower_case_with_underscores 
 
    39 \subsection Exceptions
 
    42 ClassNameEndsWithException