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

Made the exclusion of instance variables more explicit #32

Closed ColinEberhardt closed 10 years ago

ColinEberhardt commented 10 years ago

Relates to #5

I wanted to remove the ambiguous reference to 'naked instance variables' and make it obvious that private properties should be used as a rule.

ColinEberhardt commented 10 years ago

Hi @ndubbs thanks for the review comments. I have addressed them both with my latest commit.

ndubbs commented 10 years ago

Thanks for the changes and pull request! Merry Christmas!