问题
Is there any pdf which tells about coding guidelines in objective C.
For Example...
1. Breaking the function names - checkIfHitTheTrack.
2. member variables must be like - mVariableName.
3. Giving better names to subclass - ?
Please share the related links...
回答1:
I would start with these:
- Apple's Coding Guidelines for Cocoa
- Google's Objective-C Style Guide
回答2:
Take a look at Objective-C Beginner's Guide.
来源:https://stackoverflow.com/questions/2543090/objective-c-coding-guidelines