forked from TheAlgorithms/C-Plus-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat/fix]: Improve the contributing guidelines... (TheAlgorithms#1522)
...and add the `CodingGuidelines.md` file, taken and edited from the [C](https://github.com/TheAlgorithms/C) repository.
- Loading branch information
1 parent
47c8413
commit 0c5c096
Showing
2 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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! |