29cfe479ab
Awesome CI Workflow / Code Formatter (push) Waiting to run
Awesome CI Workflow / Compile checks (macOS-latest) (push) Blocked by required conditions
Awesome CI Workflow / Compile checks (ubuntu-latest) (push) Blocked by required conditions
Awesome CI Workflow / Compile checks (windows-latest) (push) Blocked by required conditions
19 lines
416 B
Markdown
19 lines
416 B
Markdown
# 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/CppCodingStandard.html)
|
|
Don't push all code in one line!
|