From b2050f361810a68af2e9d63a28e698ace4dc86bb Mon Sep 17 00:00:00 2001 From: Christian Bender Date: Fri, 23 Mar 2018 21:47:38 +0100 Subject: [PATCH] added code style conventions --- CodingGuidelines.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CodingGuidelines.md diff --git a/CodingGuidelines.md b/CodingGuidelines.md new file mode 100644 index 00000000..fcdecde0 --- /dev/null +++ b/CodingGuidelines.md @@ -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! +