Updated Code Style Guidelines (markdown)

feken baboyan
2018-02-15 17:26:35 -05:00
parent 60bf7f5774
commit fbeabd21e3

@@ -9,9 +9,6 @@
1. Start variable names with a lowercase letter, and use camelCase rather than under_scores. 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. 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 ## Write Short Methods