We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5489ce1 commit 0647d70Copy full SHA for 0647d70
CONTRIBUTING.md
@@ -54,7 +54,7 @@ git commit -m "Remove a submodule name"
54
### Naming & synthax convention
55
Here's the naming convention for this project:
56
- ` `: lowerCamelCase.
57
-- `type PrivateVariable`: public member of a class
+- `type PublicVariable`: public member of a class
58
- `type m_PrivateVariable`: Hungarian notation with UpperCamelCase for private class members.
59
- `static type s_StaticVariable`: Hungarian notation with UpperCamelCase for static members of class.
60
- `APP_SPEC`: Constants with SNAKE_UPPER_CASE.
0 commit comments