Reformat to folow style
This commit is contained in:
20
Readme.md
Normal file
20
Readme.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Code style
|
||||
|
||||
## Naming Conventions:
|
||||
- PascalCase:
|
||||
- Functions
|
||||
- Class names
|
||||
- Struct names
|
||||
|
||||
- camelCase:
|
||||
- Class attributes
|
||||
- Class methods
|
||||
- Struct attributes
|
||||
- Variables
|
||||
|
||||
## Class Structure:
|
||||
|
||||
- Header (.h) Files:
|
||||
- Declare public methods and attributes first, followed by private members.
|
||||
- Implementation (.cpp) Files:
|
||||
- Implement methods in the same order as declared in the corresponding header file.
|
Reference in New Issue
Block a user