Skip to content

Commit b2050f3

Browse files
author
Christian Bender
committed
added code style conventions
1 parent 69d1095 commit b2050f3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CodingGuidelines.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Code style convention
2+
3+
Please orient on this guide before you sent a pull request.
4+
5+
---
6+
7+
## User-interface
8+
9+
Please write a simple user interface for your programs. Not a blinking cursor!
10+
What does the program do?
11+
What want the program an user informations?
12+
13+
---
14+
15+
## Code style conventions
16+
17+
See [here](https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html)
18+
Don't push all code in one line!
19+

0 commit comments

Comments
 (0)