LoginSignup
0
0

More than 5 years have passed since last update.

naming > googleコーディング規約 (java) > クラス名 / ファイル名 > クラス名:UpperCamelCase | ファイル名: case-sensitive name of ...

Last updated at Posted at 2015-05-06

cppの規約にはクラス名の規約は見当たらなかったが、javaの方はクラス名、ファイル名ともにあるようだ。

Thanks to M.M. at SO

5.2.2 Class names
Class names are written in UpperCamelCase.

2.1 File name
The source file name consists of the case-sensitive name of the top-level class it contains, plus the .java extension.



javaとcppでクラス名の規約が統一されていない。バックグラウンドが異なるので仕方がないのかもしれない。
0
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
0
0