====== Local Programming Style Guide ====== ===== C++ ===== * [[guides:programstyle:identifiers|Identifiers]] * [[guides:programstyle:constants|Use of Constants]] * [[guides:programstyle:Comments|Comments and Documentation]] * [[guides:programstyle:whitespace|Use of Whitespace]] * [[guides:programstyle:codeblocks|Code Blocks]] * [[guides:programstyle:indentation|Indentation]] * [[guides:programstyle:goto|Use of goto/continue/break/return Statements]] * [[guides:programstyle:functions|Functions]] * [[guides:programstyle:globals|Global Variables]] * The Standard Algorithm/Template Libraries * Other Items