swift-style-guide
swift-style-guide copied to clipboard
Add rationale for Nil checking rule
Add a rationale about nil checking to explain why we need to handle optionals. Also mention early returns in a function section.