Collab_RPG/STYLE.md

12 lines
256 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:05:49 +02:00
Write your procedure name 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
Have I forgotten something?