エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Swift API Design Guidelinesを翻訳してみた(Conventions) Conventions - 規約 General Conventions - ... Swift API Design Guidelinesを翻訳してみた(Conventions) Conventions - 規約 General Conventions - 一般的な規約 Document the complexity of any computed property that is not O(1). People often assume that property access involves no significant computation, because they have stored properties as a mental model. Be sure to alert them when that assumption may be violated. 計算量がO(1)で無いcomputed propetyには、複雑度をコメントに記述してくださ