objective c coding guidelines
Posted
by Chandan Shetty SP
on Stack Overflow
See other posts from Stack Overflow
or by Chandan Shetty SP
Published on 2010-03-30T05:46:09Z
Indexed on
2010/03/30
5:53 UTC
Read the original article
Hit count: 581
objective-c
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...
© Stack Overflow or respective owner