According to Google documentation:
- Non-public, non-static field names start with m.
- Static field names start with s.
- Other fields start with a lower case letter.
- Public static final fields (constants) are ALL_CAPS_WITH_UNDERSCORES.
标签:
参考:http://stackoverflow.com/questions/4237469/why-do-variable-names-often-start-with-the-letter-m
According to Google documentation:
|
标签:
原文地址:http://www.cnblogs.com/makebetter/p/5790562.html