Update codingStyle.txt
This commit is contained in:
parent
8bdb599f06
commit
865305ac0b
@ -126,7 +126,7 @@ We need to use the same coding style in c and c++ to simplify inter-reading code
|
|||||||
- Fonction/Methods:
|
- Fonction/Methods:
|
||||||
Camel case with first letter in lower case.
|
Camel case with first letter in lower case.
|
||||||
void myExampleFontionName(void);
|
void myExampleFontionName(void);
|
||||||
- Valiable:
|
- Variable:
|
||||||
Camel case with first letter in lower case.
|
Camel case with first letter in lower case.
|
||||||
int32_t myVariableExample;
|
int32_t myVariableExample;
|
||||||
- namespace:
|
- namespace:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user