Skip to content

Commit 905c942

Browse files
committed
docs: add java variable conventions to README.md
1 parent 6c2271b commit 905c942

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,7 @@ The following are lists of conventions that either *should* be followed or *must
8585
- `static` functions
8686
- Instance methods
8787
- `static` Constants:
88-
- Names must be `SCREAMING_SNAKE_CASE`
88+
- Names must be `SCREAMING_SNAKE_CASE`
89+
- Instance Attributes and Method Parameters:
90+
- Names must be `camelCase`
91+
- Should be `final` unless there is a reason to change

0 commit comments

Comments
 (0)