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:
Leo Arias
2018-08-02 13:38:54 -06:00
committed by Nicolás Venturo
parent 7fdca7b025
commit f49721576f
10 changed files with 68 additions and 66 deletions

View File

@ -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.
```