Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 560 Bytes

CodingGuidelines.md

File metadata and controls

22 lines (14 loc) · 560 Bytes

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!
Do use comments to make it more readable and understandable. use proper names for variables used in program. Do use functions for consise coding.