Skip to content

Commit 7b3d16d

Browse files
committed
Merge branch 'registration-dev' of https://github.com/diffCheckOrg/diffCheck into registration-dev
2 parents 5a8d9d9 + 0647d70 commit 7b3d16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ git commit -m "Remove a submodule name"
5454
### Naming & synthax convention
5555
Here's the naming convention for this project:
5656
- ` `: lowerCamelCase.
57-
- `type PrivateVariable`: public member of a class
57+
- `type PublicVariable`: public member of a class
5858
- `type m_PrivateVariable`: Hungarian notation with UpperCamelCase for private class members.
5959
- `static type s_StaticVariable`: Hungarian notation with UpperCamelCase for static members of class.
6060
- `APP_SPEC`: Constants with SNAKE_UPPER_CASE.

0 commit comments

Comments
 (0)