108
63

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

命名規則まとめ

Last updated at Posted at 2017-12-04

意外となかったのでまとめ

名称 用例 備考
Upper camel case(アッパーキャメルケース) SampleTestData 先頭大文字
Lower camel case(ロワーキャメルケース) sampleTestData 先頭小文字
Screaming snake case(スクリーミングスネークケース) SAMPLE_TEST_DATA 大文字
Snake case(スネークケース) sample_test_data 小文字
Kebab case(ケバブケース) sample-test-data ハイフン区切り
Train case(トレインケース) Sample-Test-Data 単語先頭が大文字
108
63
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
108
63

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?