mirror of
https://github.com/Noratrieb/nilstrieb-c-style-guide-edition-2.git
synced 2026-01-14 15:25:10 +01:00
Update conventions.md
This commit is contained in:
parent
23a4876ff9
commit
4f1378d642
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ All identifiers should be given meaningful english names. To work with ancient l
|
|||
|
||||
## Comments
|
||||
|
||||
Comments are vital to readability. Therefore, code should always be well comment. Comments must be written in the lingua franca of programming, swiss german.
|
||||
Comments are vital to readability. Therefore, code should always be well commented. Comments must be written in the lingua franca of programming, swiss german.
|
||||
|
||||
```c
|
||||
int main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue