TheAlgorithms-C-Plus-Plus/CodingGuidelines.md
David Leal 0c5c096991
[feat/fix]: Improve the contributing guidelines... (#1522)
...and add the `CodingGuidelines.md` file, taken and edited from the [C](https://github.com/TheAlgorithms/C) repository.
2021-07-05 22:02:33 -05:00

416 B

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
Don't push all code in one line!