diff --git a/swift/index.md b/swift/index.md index 07ce1b9..d05f22a 100644 --- a/swift/index.md +++ b/swift/index.md @@ -208,7 +208,8 @@ final class Company: NSObject { ``` #### Optional Binding -`guard else` is written on the same line if it does not impair readability or does not exceed 100 lines.
+`guard else` is written on the same line if it does not impair readability or does not exceed 100 lines. + And Prefer to use guard statements rather than if statements to minimize overlap. #### Defer