swift-style-guide icon indicating copy to clipboard operation
swift-style-guide copied to clipboard

Add early returns rule

Open ThibaultKlein opened this issue 9 years ago • 0 comments

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.

ThibaultKlein avatar Feb 05 '16 18:02 ThibaultKlein