[M B Nm] Method names should start with a lower case letter [NM_METHOD_NAMING_CONVENTION]

Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized.

 

在Java里,函数的首字母应该小写。

而.Net和Java不同,它要求函数的首字母必须大写。

这个问题是个规范问题,这里就不提供实例代码了。

相关文章:

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