📜  命名约定方法 java 代码示例

📅  最后修改于: 2022-03-11 14:52:11.697000             🧑  作者: Mango

代码示例1
Methods should be verbs, in mixed case with the first letter lowercase, 
with the first letter of each internal word capitalized.
Example:
run();
runFast();
getBackground();