mirror of
https://github.com/Noratrieb/nilstrieb-c-style-guide-edition-2.git
synced 2026-01-17 00:35:07 +01:00
deploy: 4f1378d642
This commit is contained in:
parent
f95c82ece5
commit
d9bb479139
4 changed files with 4 additions and 4 deletions
|
|
@ -154,7 +154,7 @@ you can use it freely in your program.</p>
|
||||||
<h2 id="identifers"><a class="header" href="#identifers">Identifers</a></h2>
|
<h2 id="identifers"><a class="header" href="#identifers">Identifers</a></h2>
|
||||||
<p>All identifiers should be given meaningful english names. To work with ancient linkers, function names should contain six characters at most.</p>
|
<p>All identifiers should be given meaningful english names. To work with ancient linkers, function names should contain six characters at most.</p>
|
||||||
<h2 id="comments"><a class="header" href="#comments">Comments</a></h2>
|
<h2 id="comments"><a class="header" href="#comments">Comments</a></h2>
|
||||||
<p>Comments are vital to readability. Therefore, code should always be well comment. Comments must be written in the lingua franca of programming, swiss german.</p>
|
<p>Comments are vital to readability. Therefore, code should always be well commented. Comments must be written in the lingua franca of programming, swiss german.</p>
|
||||||
<pre><code class="language-c">int main() {
|
<pre><code class="language-c">int main() {
|
||||||
int five = 5; // füüf
|
int five = 5; // füüf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@ you can use it freely in your program.</p>
|
||||||
<h2 id="identifers"><a class="header" href="#identifers">Identifers</a></h2>
|
<h2 id="identifers"><a class="header" href="#identifers">Identifers</a></h2>
|
||||||
<p>All identifiers should be given meaningful english names. To work with ancient linkers, function names should contain six characters at most.</p>
|
<p>All identifiers should be given meaningful english names. To work with ancient linkers, function names should contain six characters at most.</p>
|
||||||
<h2 id="comments"><a class="header" href="#comments">Comments</a></h2>
|
<h2 id="comments"><a class="header" href="#comments">Comments</a></h2>
|
||||||
<p>Comments are vital to readability. Therefore, code should always be well comment. Comments must be written in the lingua franca of programming, swiss german.</p>
|
<p>Comments are vital to readability. Therefore, code should always be well commented. Comments must be written in the lingua franca of programming, swiss german.</p>
|
||||||
<pre><code class="language-c">int main() {
|
<pre><code class="language-c">int main() {
|
||||||
int five = 5; // füüf
|
int five = 5; // füüf
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue