Update
This commit is contained in:
8
00. Inbox/00. Inbox/Coding style.md
Normal file
8
00. Inbox/00. Inbox/Coding style.md
Normal file
@@ -0,0 +1,8 @@
|
||||
## Common Rule
|
||||
### LowerCamel case
|
||||
Variables and functions start with lower camel case. e.g.
|
||||
```cpp
|
||||
int myName = 0;
|
||||
void doSomething(int argNum1);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user