Compare commits
2 Commits
5c715a6814
...
ce2d6a2442
Author | SHA1 | Date | |
---|---|---|---|
ce2d6a2442 | |||
6fe4eb0bbd |
@ -17,12 +17,14 @@ or
|
|||||||
# 2 Naming
|
# 2 Naming
|
||||||
## 2.1 General
|
## 2.1 General
|
||||||
Names should only include ASCII letters and digits and should never begin with a digit.
|
Names should only include ASCII letters and digits and should never begin with a digit.
|
||||||
|
All names should _ALWAYS_ be in english
|
||||||
|
|
||||||
## 2.2 Class names
|
## 2.2 Class names
|
||||||
Class names are written in UpperCamelCase
|
Class names are written in UpperCamelCase
|
||||||
|
|
||||||
## 2.3 Method names
|
## 2.3 Method names
|
||||||
Class names are written in lowerCamelCase.
|
Class names are written in lowerCamelCase.
|
||||||
They are often verbs describing the function of the method.
|
They are often verbs describing the function of the method e.g. _startProcess_ or _log_
|
||||||
|
|
||||||
##
|
## 2.4 Constant names
|
||||||
|
Constant names are written in UPPER_CASE
|
Loading…
Reference in New Issue
Block a user