回答編集履歴

2

修正

2020/11/16 04:29

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  * `file` -> `files`
16
16
 
17
- * `color -> `colors`
17
+ * `color` -> `colors`
18
18
 
19
19
 
20
20
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  * `file` -> `file_list`
28
28
 
29
- * `color -> `color_map`
29
+ * `color` -> `color_map`
30
30
 
31
31
 
32
32
 

1

修正

2020/11/16 04:29

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -14,6 +14,8 @@
14
14
 
15
15
  * `file` -> `files`
16
16
 
17
+ * `color -> `colors`
18
+
17
19
 
18
20
 
19
21
  または末尾に `_list` (list の場合) や `_map` (dictの場合) などつけるパターンがあります。
@@ -24,6 +26,8 @@
24
26
 
25
27
  * `file` -> `file_list`
26
28
 
29
+ * `color -> `color_map`
30
+
27
31
 
28
32
 
29
33
  上記またはそれ以外の規則でも、**プロジェクト内で命名規則が統一されていれば問題ないです。**