8000
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 815bcc6 commit 7bd7da7Copy full SHA for 7bd7da7
README.md
@@ -90,6 +90,9 @@ let timeToCoffee: NSTimeInterval = 2
90
func makeCoffee(type: CoffeeType) -> Coffee { ... }
91
```
92
93
+_Rationale:_ The type specifier is saying something about the _identifier_ so
94
+it should be positioned with it.
95
+
96
#### Only explicitly refer to `self` when required
97
98
When accessing properties or methods on `self`, leave the reference to `self` implicit by default:
0 commit comments