Skip to content

Commit 736ac14

Browse files
committed
remove Underscores section
1 parent 8a66986 commit 736ac14

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Here are some of the documents from Apple that informed the style guide. If some
2222
* [Methods](#methods)
2323
* [Variables](#variables)
2424
* [Naming](#naming)
25-
* [Underscores](#underscores)
2625
* [Comments](#comments)
2726
* [Init & Dealloc](#init-and-dealloc)
2827
* [Literals](#literals)
@@ -185,9 +184,7 @@ Properties should be camel-case with the leading word being lowercase. **If Xcod
185184
id varnm;
186185
```
187186

188-
### Underscores
189-
190-
When using properties, instance variables should always be accessed and mutated using `self.`. This means that all properties will be visually distinct, as they will all be prefaced with `self.`. Local variables should not contain underscores.
187+
Local variables should not contain underscores.
191188

192189
## Comments
193190

0 commit comments

Comments
 (0)