Link

Using “guard”

When (not) to use guard

I don’t remember where I found this article…possibly in an issue of This Week in Swift? Anyway, I just got around to reading it and found it really helpful! I’ve already replaced several if let statements in Corgi Corral with guard, but now I see even more places where it would be appropriate.