Collab_RPG/STYLE.md

15 lines
406 B
Markdown
Raw Normal View History

2024-07-24 21:43:21 +02:00
# Style guidelines in Collab RPG
(Mibi88) Fcalva, SlyVTT: What do you think of this?
2024-07-25 13:07:19 +02:00
Variables names in sneak_case.
2024-07-28 22:06:54 +02:00
Name your procedures as following: `filename_whatitdoes`.
2024-07-24 21:43:21 +02:00
2024-07-28 22:05:49 +02:00
The procedures are documented using sphinx.
2024-07-24 21:43:21 +02:00
2024-07-29 11:39:58 +02:00
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.
2024-07-24 21:43:21 +02:00
Have I forgotten something?