We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a8d9d9 + 0647d70 commit 7b3d16dCopy full SHA for 7b3d16d
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