About methods, variables, etc. naming

Make a programmer 0.0 specification.

------------------------------------------------------------------------------------


* Variables and constants naming convention:

* All variables, methods, classes name: See name EENOW


* Class member variables, local variables, package names package: the first letter lowercase and hump principles: monthSalary


* Class name: the first letter capitalized and hump principle: Man, GoodMan


* Method name (function): the first letter lowercase and hump principle: run (), runFast ();


* Constants: capital letters and underlined: final int MAX_VALUE = 10;


------------------------------------------------------------------------------------


Even English slag slag have overcome! Come on ,,

Guess you like

Origin www.cnblogs.com/destiny-2015/p/12233677.html