Object-C命名规范

1.参考苹果的文档 “Coding Guidelines for Cocoa”

http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.html%23//apple_ref/doc/uid/10000146-SW1

2.Google的 “Google Objective-C Style Guide”

http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml

3.Google的开源C++编程风格 “Google’s Open Source C++ Style Guide”

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml

 

你可能感兴趣的:(编程,C++,c,cocoa,C#)