Updated Code Style Guidelines (markdown)

feken baboyan
2018-02-15 17:28:03 -05:00
parent fbeabd21e3
commit bd2adb18c8

@@ -9,6 +9,9 @@
1. Start variable names with a lowercase letter, and use camelCase rather than under_scores.
1. Constants (public/private static final) are ALL_CAPS_WITH_UNDERSCORES.
## Line Length
To the greatest extent possible, please wrap lines at 100 characters.
## Write Short Methods