User Tools

Site Tools


guides:programstyle:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
guides:programstyle:start [2020/07/24 10:44] wikiadminguides:programstyle:start [2022/08/02 11:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Programming Style Guide ======+====== Local Programming Style Guide ======
  
 ===== C++ ===== ===== C++ =====
  
   * [[guides:programstyle:identifiers|Identifiers]]   * [[guides:programstyle:identifiers|Identifiers]]
-  * Use of Constants +  * [[guides:programstyle:constants|Use of Constants]] 
-  * Comments and Documentation +  * [[guides:programstyle:Comments|Comments and Documentation]] 
-  * Use of Blank Lines +  * [[guides:programstyle:whitespace|Use of Whitespace]] 
-  * Indentation +  * [[guides:programstyle:codeblocks|Code Blocks]] 
-  * Code Blocks +  * [[guides:programstyle:indentation|Indentation]] 
-  * goto/continue/break/return Statements +  * [[guides:programstyle:goto|Use of goto/continue/break/return Statements]] 
-  * Functions+  * [[guides:programstyle:functions|Functions]] 
 +  * [[guides:programstyle:globals|Global Variables]]
   * The Standard Algorithm/Template Libraries   * The Standard Algorithm/Template Libraries
   * Other Items   * Other Items
  
  
guides/programstyle/start.1595587495.txt.gz · Last modified: 2022/08/02 11:59 (external edit)