Do use upper camel case when naming classes.
坚持使用大写驼峰命名法来命名类。
Do use upper camel case for class names. Match the name of the symbol to the name of the file.
坚持使用大写驼峰命名法来命名类。符号名匹配它所在的文件名。
Why? Upper camel case is conventional for identifying objects that can be instantiated using a constructor.
为何?大驼峰命名法用于标识可以通过构造函数实例化的对象。
Why? Upper camel case is conventional for identifying objects that can be instantiated using a constructor.
为何?大驼峰命名法用于标识可以通过构造函数实例化的对象。
应用推荐