swift-style-guide
swift-style-guide copied to clipboard
Add early returns rule
Write a rule about guard and defer as Swift 2 features to early return in a function.
Return early in a function is the preferred behavior.