We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0e5a4 commit 066738cCopy full SHA for 066738c
1 file changed
README.md
@@ -84,6 +84,8 @@ The following are lists of conventions that either *should* be followed or *must
84
- Constructors
85
- `static` functions
86
- Instance methods
87
+- Interfaces:
88
+ - Names must begin with `I` and continue in `PascalCase`
89
- `static` Constants:
90
- Names must be `SCREAMING_SNAKE_CASE`
91
- Instance Attributes and Method Parameters:
@@ -119,4 +121,5 @@ The following are lists of conventions that either *should* be followed or *must
119
121
- all `private` members of which the purpose is not obvious or the logic is difficult to comprehend
120
122
- May be added to:
123
- `public static` constants
- - other `private` members
124
+ - other `private` members
125
+ - Should explain **what** the code does and maybe **why**, but never **how**
0 commit comments