We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6bdbe commit 8db6782Copy full SHA for 8db6782
README.markdown
@@ -68,7 +68,7 @@ Descriptive and consistent naming makes software easier to read and understand.
68
- beginning factory methods with `make`
69
- naming methods for their side effects
70
- verb methods follow the -ed, -ing rule for the non-mutating version
71
- - noun methods follow the formX rule for the non-mutating version
+ - noun methods follow the formX rule for the mutating version
72
- boolean types should read like assertions
73
- protocols that describe _what something is_ should read as nouns
74
- protocols that describe _a capability_ should end in _-able_ or _-ible_
0 commit comments