Objective-C Coding Standards [iPhone/Cocoa]

前端 未结 5 531
闹比i
闹比i 2020-12-14 05:00

Are there any generally-accepted coding standards (naming, casting etc) that apply specifically to iPhone/Cocoa/Objective-C? I know Microsoft has published similar standards

相关标签:
5条回答
  • 2020-12-14 05:16

    Google also has an Objective-C style guide

    0 讨论(0)
  • 2020-12-14 05:16

    The Code Commandments: Best Practices for Objective-C Coding is a style guide I can happily endorse.

    0 讨论(0)
  • 2020-12-14 05:17

    Here are two more Objective-C style guides:

    • GitHub
    • NY Times
    0 讨论(0)
  • 2020-12-14 05:23

    Introduction to Coding Guidelines for Cocoa

    Enjoy!

    0 讨论(0)
  • 2020-12-14 05:39

    Also take a look at Cocoa Style for Objective-C from Cocoa Dev Central

    • Part I
    • Part II
    0 讨论(0)
提交回复
热议问题