LoginSignup
1
0

More than 3 years have passed since last update.

命名規約

Last updated at Posted at 2021-02-08

自分の最適だと思う命名規則

クラス:UserController//必ず先頭は名詞
関数:getUserData()//必ず先頭は動詞
変数:userName//必ず先頭は名詞
定数:USER_NAME 

変数がObject:{}の場合

dataObj

変数が配列:[]の場合

dataList

1
0
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
1
0