目录1. 硬性规则2. “三要” 原则2.1. 要体现变量的 “实际作用”,拒绝 “无意义命名”2.2. 要让变量名 “自解释”,减少注释依赖2.3. 函数命名要 “明确功能”
I have just started to learn the very basics of Java programming. Using a book entitled \"Programming Video Games for the Evil Genius\".