kodecocodes / objective-c-style-guide

A style guide that outlines the coding conventions for Kodeco
http://www.raywenderlich.com/62570/objective-c-style-guide
3.1k stars 628 forks source link

Contradiction between Init Methods and Golden Path #61

Open erikjalevik opened 9 years ago

erikjalevik commented 9 years ago

The Golden Path section advocates earlying out on errors.

Yet, the recommended style for Init Methods is the opposite.

Why is that?