Skip to content

Commit 3d82f83

Browse files
author
Pavel Kovalenko
committed
Update casing styles.
1 parent 6f8bb70 commit 3d82f83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/procedure/cpp_code.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,10 @@ Naming conventions:
424424
Casing styles:
425425
- class/struct/enum: PascalCase
426426
- Math primitives can be in lowercase: vector2f, angle3f, matrix44f
427-
- Public members: PascalCase
427+
- Functions: PascalCase
428+
- Public and protected fields: PascalCase
428429
- Math primitives can use lowercase: vector2f.x, angle3f.yaw, matrix44f.m03
429-
- Private members: camelCase
430+
- Private fields: camelCase
430431
- Local variables: camelCase
431432
- Global variables: PascalCase
432433
- Namespaces: PascalCase

0 commit comments

Comments
 (0)