We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aaff1 commit 8dd0717Copy full SHA for 8dd0717
README.md
@@ -838,7 +838,6 @@ getdata()
838
839
組織単位でルールを作り、自動化ツールを1つ導入しましょう。
840
フォーマットについて議論することは、時間の無駄です。
841
-理由は後述するugalify,minify化を参照
842
843
### 一貫性を持った大文字を利用すること
844
@@ -875,10 +874,9 @@ class Animal {}
875
874
class Alpaca {}
876
```
877
878
-この例のルール
879
定数はUPPERCASE + SNAKECASE
880
変数はCAMELCASE
881
-songs、artistsがSMALLCASE?にする
+songs、artistsがSMALLCASE?
882
883
884
### Function callers and callees should be close
0 commit comments