We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d1095 commit b2050f3Copy full SHA for b2050f3
CodingGuidelines.md
@@ -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