en:devel:coding-style
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:devel:coding-style [2013/02/10 14:38] – creation niconil | en: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:// |
- | [[http:// | + | |
<note tip>Only the differences with the Qt coding style are shown.</ | <note tip>Only the differences with the Qt coding style are shown.</ | ||
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(); |
} | } | ||
</ | </ | ||
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: | ||
+ | |||
+ | Other languages for this page : [[fr: | ||
en/devel/coding-style.1360507113.txt.gz · Last modified: 2021/02/13 11:23 (external edit)