User Tools

Site Tools


en:devel:coding-style

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
en:devel:coding-style [2013/02/10 14:38] – creation niconilen:devel:coding-style [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 5: Line 5:
 Before contributing to the project please read the following page. Before contributing to the project please read the following page.
  
-The Actionaz coding style is almost the same as the coding style of Qt : +The Actionaz coding style is almost the same as the [[http://qt-project.org/wiki/Qt_Coding_Style|coding style of Qt]].
-[[http://qt-project.org/wiki/Qt_Coding_Style]]+
  
 <note tip>Only the differences with the Qt coding style are shown.</note> <note tip>Only the differences with the Qt coding style are shown.</note>
Line 102: Line 101:
 if(foo) if(foo)
     if(bar)     if(bar)
-        doSomething() ;+        doSomething();
  
 //Correct //Correct
Line 108: Line 107:
 { {
     if(bar)     if(bar)
-        doSomething() ;+        doSomething();
 } }
 </code> </code>
Line 128: Line 127:
  
   - No numerical limit to the length of a line, just keep it not “too long”.   - No numerical limit to the length of a line, just keep it not “too long”.
 +
 +----
 +Go back to the page : [[en:devel|Contribute to Actionaz]]
 +
 +Other languages for this page : [[fr:devel:coding-style|(fr)]] 
  
  
en/devel/coding-style.1360507113.txt.gz · Last modified: 2021/02/13 11:23 (external edit)