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.
Write a rule about
guardanddeferas Swift 2 features to early return in a function.Return early in a function is the preferred behavior.