回答編集履歴
1
追記
answer
CHANGED
@@ -4,4 +4,4 @@
|
|
4
4
|
modules (filenames) should have short, all-lowercase names, and they can contain underscores;
|
5
5
|
packages (directories) should have short, all-lowercase names, preferably without underscores;
|
6
6
|
|
7
|
-
`Module/Package`の命名規則に従い、ファイル名もスネークケースでよいと思います。
|
7
|
+
`Module/Package`の命名規則に従い、ファイル(モジュール)名、フォルダ(パッケージ)名(はアンダースコアを含めないほうが望ましいが)もスネークケースでよいと思います。
|