Some more notes for the compatibility wiki
This commit is contained in:
parent
8b299e7493
commit
4b07cd6f85
1 changed files with 17 additions and 4 deletions
|
|
@ -2104,13 +2104,26 @@ if (oldText.indexOf("SplashScreen")==-1)
|
||||||
}
|
}
|
||||||
//}}}</pre>
|
//}}}</pre>
|
||||||
</div>
|
</div>
|
||||||
<div title="StyleGuide" modifier="CehTeh" modified="200803261336" created="200803261258" changecount="4">
|
<div title="StyleGuide" modifier="CehTeh" modified="200803261924" created="200803261258" changecount="6">
|
||||||
<pre>! Source code formatting
|
<pre>! Source code formatting
|
||||||
http://www.gnu.org/prep/standards/html_node/Formatting.html#Formatting
|
We decided to use the 'gnu-style' for indenting (using spaces and never tabs!):
|
||||||
|
http://www.gnu.org/prep/standards/html_node/Formatting.html#Formatting
|
||||||
|
|
||||||
|
It is reasonable to be relaxed about soem formatting rules:
|
||||||
|
* line length might be longer when required
|
||||||
|
* inter expession spacing can be changed to the actual needed ex: (2*x + 2)
|
||||||
|
|
||||||
|
Things we are pedantic about:
|
||||||
|
* use never ever tab characters in C/C++ sources
|
||||||
|
* be consistent
|
||||||
|
* source files should end with a newline
|
||||||
|
* no trailing or bogus whitespaces
|
||||||
|
|
||||||
|
! Coding Practices
|
||||||
|
|
||||||
|
! Writing Tests
|
||||||
|
|
||||||
! Contibuting
|
! Contibuting
|
||||||
|
|
||||||
! Tests
|
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div title="StyleSheet" modifier="CehTeh" modified="200706090017" created="200701131624" tags="MPTWTheme" server.type="file" server.host="file:///home/ct/.homepage/home.html" server.page.revision="200706090017">
|
<div title="StyleSheet" modifier="CehTeh" modified="200706090017" created="200701131624" tags="MPTWTheme" server.type="file" server.host="file:///home/ct/.homepage/home.html" server.page.revision="200706090017">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue