objective c coding guidelines

我的梦境 提交于 2019-12-04 17:42:59

问题


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:

  1. Apple's Coding Guidelines for Cocoa
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!