Files
Hui-s-notebook/变量规范.md
2024-05-09 22:58:28 +08:00

9 lines
402 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Service 中谨慎使用静态变量或成员变量全局共享Bean 为单例,并发会存在问题)
变量声明与使用不超过 5 行
精确计算使用 bigdecimal不用 float 和 double
浮点型数据判断不使用==
不要声明过多的变量
直接使用 get 方法
直接在循环中使用集合元素
条件判断直接使用方法返回值
返回语句中直接计算结果