문제

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...

도움이 되었습니까?

해결책

I would start with these:

  1. Apple's Coding Guidelines for Cocoa
  2. Google's Objective-C Style Guide

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top