Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Variable/property naming style #36

Closed
wants to merge 2 commits into from
Closed

Variable/property naming style #36

wants to merge 2 commits into from

Conversation

jackhl
Copy link
Contributor

@jackhl jackhl commented Feb 16, 2013

Variable and property names should begin with a lowercase letter and then proceed by uppercasing the first letter of each additional word (camel-case). Avoid acronyms and abbreviations.

@jspahrsummers
Copy link
Contributor

Thanks for the pull request!

However, this is all captured in Apple's Coding Guidelines for Cocoa already. We should avoid duplicating anything they say there, unless we're intentionally contradicting it, so I'd rather leave this change out.

@dannygreg
Copy link

@jspahrsummers it may make sense to link to that document at the top of ours.

@jackhl
Copy link
Contributor Author

jackhl commented Feb 18, 2013

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants