mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
Updated Code contribution rules (markdown)
parent
92d9785736
commit
c70ae40db0
@ -22,7 +22,7 @@ It's important for everyone, be it contributors or reviewers, to have a clear co
|
||||
# naming scheme
|
||||
* Use English
|
||||
* `var_and_func_example` (snake_case)
|
||||
* `_private_member_of_class_example` (_snake_case)
|
||||
* `_private_member_of_class_example` (_snake_case) (not yet covered all in codebase but new apps. You are welcomed to correct them.)
|
||||
* `namespaceexample`
|
||||
* `ClassNameExample` (CamelCase)
|
||||
* `objectNameExample` (camelCase)
|
||||
|
Loading…
Reference in New Issue
Block a user