Remove abbreviations from parameters (#1142)
* Add an initial document for our code style * Remove abbreviations from parameters * Rename the param in AddressUtils * fix comment
This commit is contained in:
committed by
Nicolás Venturo
parent
7fdca7b025
commit
f49721576f
@ -14,6 +14,8 @@ Any exception or additions specific to our project are documented below.
|
||||
|
||||
### Naming
|
||||
|
||||
* Try to avoid acronyms and abbreviations.
|
||||
|
||||
* Parameters must be prefixed with an underscore.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user