mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 20:43:42 +01:00
14 lines
406 B
Markdown
14 lines
406 B
Markdown
# Style guidelines in Collab RPG
|
|
|
|
(Mibi88) Fcalva, SlyVTT: What do you think of this?
|
|
|
|
Variables names in sneak_case.
|
|
|
|
Name your procedures as following: `filename_whatitdoes`.
|
|
|
|
The procedures are documented using sphinx.
|
|
|
|
We're using `clang-formatter` to keep the code readable. Please run it before
|
|
committing your code as following: `clang-format -i *` in the `src` folder.
|
|
|
|
Have I forgotten something?
|