[M B Nm] Class names should start with an upper case letter [NM_CLASS_NAMING_CONVENTION]

Class names should be nouns, in mixed case with the first letter of each internal word capitalized. Try to keep your class names simple and descriptive. Use whole words-avoid acronyms and abbreviations (unless the abbreviation is much more widely used than the long form, such as URL or HTML).

 

JAVA里,类的首字母需要大写,这个不多说了。

相关文章:

  • 2021-09-23
  • 2021-08-23
  • 2021-05-20
  • 2021-08-05
  • 2021-08-05
  • 2021-07-06
  • 2022-12-23
  • 2021-07-07
猜你喜欢
  • 2021-08-13
  • 2021-09-07
  • 2021-08-11
  • 2021-07-12
  • 2021-11-29
  • 2022-12-23
  • 2021-05-26
相关资源
相似解决方案