CodeGuidelines icon indicating copy to clipboard operation
CodeGuidelines copied to clipboard

ObjectiveC: add objective C code guidelines

Open ameshkov opened this issue 7 years ago • 0 comments

Useful links:

http://google.github.io/styleguide/objcguide.html https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.html

Structure:

  • Introduction
  • Naming Conventions
  • Comments and Documentation (you can get it from here: https://github.com/AdguardTeam/CodeGuidelines/blob/master/Java.md#comments-and-documentation)
  • General Code Quality (short language-specific points about code quality)
  • Best Practices (detailed guides, more common than the code quality points)

ameshkov avatar Mar 16 '18 07:03 ameshkov