mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
added code style conventions
This commit is contained in:
parent
69d10955cc
commit
b2050f3618
19
CodingGuidelines.md
Normal file
19
CodingGuidelines.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Code style convention
|
||||||
|
|
||||||
|
Please orient on this guide before you sent a pull request.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## User-interface
|
||||||
|
|
||||||
|
Please write a simple user interface for your programs. Not a blinking cursor!
|
||||||
|
What does the program do?
|
||||||
|
What want the program an user informations?
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Code style conventions
|
||||||
|
|
||||||
|
See [here](https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html)
|
||||||
|
Don't push all code in one line!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user