foundationkit / FoundationKit

Everything that really should be in Foundation, but isn't. Future-proof with ARC
Other
80 stars 9 forks source link

Styleguide for Categories #1

Closed myell0w closed 13 years ago

myell0w commented 13 years ago

Shall we name generic categories NKAdditions, e.g. EGOCache+NKAdditions.h?

foundationkit commented 13 years ago

Yes, let's use NKAdditions for generic categories, and prefix other category types with their types (like NSData+NKCrypto).