Skip to content

Commit 27131fb

Browse files
committed
docs: add java interface conventions to README.md
1 parent 075ab33 commit 27131fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ The following are lists of conventions that either *should* be followed or *must
8585
- Constructors
8686
- `static` functions
8787
- Instance methods
88+
- Interfaces:
89+
- Names must begin with `I` and continue in `PascalCase`
8890
- `static` Constants:
8991
- Names must be `SCREAMING_SNAKE_CASE`
9092
- Instance Attributes and Method Parameters:

0 commit comments

Comments
 (0)