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 45475b0 commit 88202a5Copy full SHA for 88202a5
_style/naming-conventions.md
@@ -205,7 +205,7 @@ or with no parameter lists at all:
205
def foo2 = ...
206
207
By convention, parentheses are used to indicate that a method has
208
-side effects.
+side effects, such as altering the receiver.
209
210
On the other hand, the absence of parentheses indicates that a
211
method is like an accessor: it returns a value without altering the
0 commit comments