2015年にもなってObjective-Cコーディング規約
起業してほぼ一人でコードを書いていたのですが、そろそろ人が増える可能性もあるのでコーディング規約にしたがっておこうかと思います。
ベース
安定のクックパッドさん
https://github.com/cookpad/styleguide
触発フロー
まずモダンな記法を頭に入れる
http://clang.llvm.org/docs/ObjectiveCLiterals.html
Appleのお膝元で膝枕した後に
https://developer.apple.com/jp/documentation/CodingGuidelines.pdf
githubの技を見たあと
https://github.com/github/objective-c-style-guide
最後にNYTimesに触発されて
http://raimon49.github.io/2015/03/21/review-nytimes-objective-c-style-guide.html
クックパッドに戻る
めんどくさい人へ
ちなみにwantedlyはなんか上記が混ざっている
https://github.com/wantedly/objective-c-style-guide
Swift
個人的にはiOS9が出る前に完全にSwiftに移行させたいです。