mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Updated Code Style Guidelines (markdown)
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user