Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notthestallion/amazon


https://github.com/notthestallion/amazon

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sujet de programmation impérative

Coding Convention :

- language : English
- Function : make_a_function
- Variable : make_a_variable
- Commentary : Before a function or variable to explain it
- Spaces between operator and variables, after a coma
- Braces on a new line
- Put _a if function use alloc

- If : if (a == b)
- For : for (int i = 0; i < n; i++)
- While : while (i != n)