NM_CLASS_NAMING_CONVENTION

Nm: Class names should start with an upper case letter

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).

Class名稱小寫不合規範。

將Class名稱改為大寫。

None