Skip to content

Commit 89069e2

Browse files
authoredOct 1, 2019
updated CodingGuidelines.md
1 parent 80997b9 commit 89069e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎CodingGuidelines.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ What want the program an user informations?
1717
See [here](https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html)
1818

1919
Don't push all code in one line!
20-
Do use comments to make it more readable and understandable to other non programmer people.
20+
Do use comments to make it more readable and understandable.
2121
use proper names for variables used in program.
22+
Do use functions for consise coding.

0 commit comments

Comments
 (0)
Please sign in to comment.