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

Updated with preference of copy over strong. #51

Closed funkyboy closed 10 years ago

funkyboy commented 10 years ago

Updated with preference of copy over strong when a class has a mutable counterpart.