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

Naming Category Methods #49

Closed burhanuddin353 closed 9 years ago

burhanuddin353 commented 10 years ago

Naming methods in categories to avoid clashes with method names in the same class or method names in a different category in the same class or superclass.

Source: https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html

ndubbs commented 10 years ago

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

See Previous PR: https://github.com/raywenderlich/objective-c-style-guide/pull/48

burhanuddin353 commented 10 years ago

I am not talking about Image naming. This regarding the naming of methods in 'Categories'. Please go through the commit.

burhanuddin353 commented 10 years ago

Commit - 68586a4

Well I din't knew how to send pull request for a single commit so I sent everything at once.

ndubbs commented 10 years ago

I understand that you have a commit with a Categories change, however your pull request includes the other commits with image naming. One pull request per topic/feature please.