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

2 Additions #48

Closed burhanuddin353 closed 10 years ago

burhanuddin353 commented 10 years ago

I have added two more additions to your guide.

  1. What care should be taken when creating header files.
  2. Convention for naming images.
hollance commented 10 years ago

Header guards are not needed in Objective-C because #import already takes care of this.

ndubbs commented 10 years ago

We decided that image naming conventions should not be included in this style guide.

burhanuddin353 commented 10 years ago

Alright! :]