mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-02-19 00:08:29 +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
|
# naming scheme
|
||||||
* Use English
|
* Use English
|
||||||
* `var_and_func_example` (snake_case)
|
* `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`
|
* `namespaceexample`
|
||||||
* `ClassNameExample` (CamelCase)
|
* `ClassNameExample` (CamelCase)
|
||||||
* `objectNameExample` (camelCase)
|
* `objectNameExample` (camelCase)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user