8000 Make as much of a class final as possible · smashcoding/swift-style-guide@cf22f6b · GitHub
[go: up one dir, main page]

Skip to content

Commit cf22f6b

Browse files
committed
Make as much of a class final as possible
1 parent 4568978 commit cf22f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,5 @@ extension History {
124124
```
125125

126126
_Rationale:_ This makes the capturing semantics of `self` stand out more in closures, and avoids verbosity elsewhere.
127+
128+
#### Make as much of a class `final` as possible

0 commit comments

Comments
 (0)
0