当前位置:网站首页>Irregular naming
Irregular naming
2022-06-22 03:37:00 【Liqiao s2008100262】
Catalog
1、 Nonstandard local variable naming ( Corporate reimbursement )
10、String ybz,String tbz,BigDecimal money,String rq
1、 Nonstandard local variable naming ( Corporate reimbursement )
Purpose of writing , Think about it from the perspective of a third-party developer , If you are a new developer , See such a name , Whether we can see and know the meaning . without javadoc notes , Whether the implementation logic is fully understood .
The best name is , No auxiliary explanation is required , A third person can read it easily , Only in this way can we see the name and know the meaning .
1.1 ytje
cn.vetech.charge.fccost.service.fkd.FkFkdSService.createConsumptionExecutionData(List<BudgetYsdwBean>, FkFkdzb)
1.2 spje
cn.vetech.charge.fccost.service.fkd.FkFkdSService.getSpje(FkFkdzb, FkFkdmx)

1.3 fkdhs
fkdhs The naming is different from the Chinese annotation
cn.vetech.charge.fccost.service.fkd.FkFkdSService.selectWrzdj(PageDTO<FkFkdWrzdjDTO>)

1.4 fylxmcMap
fylxmcMap key What does it mean value What does it mean ?
cn.vetech.charge.fccost.service.fkd.FkFkdSService.getFylxmcMap(List<String>, FkFkdWrzdjDTO)
1.5 ffdv
cn.vetech.charge.fccost.service.fkd.FkFkdSService.isFksq(FkFkdzbVO)
ffdv We need to see where it defines the declaration , To guess its business significance .
1.6 cphs ygid
cn.vetech.charge.fccost.service.fkd.FkFkdSService.saveClInfo(SaveFkFkdzbDTO)

1.7 kdkse
cn.vetech.charge.fccost.service.fkd.FkdFpService.getOutTax(FkFymxSjVO, FkFkdFpApiBean)

1.8 hxje
cn.vetech.charge.fccost.service.fkd.FkdFpService.setDefaultVerificationDetails(FkFkdzb, List<FyMxBean>)

1.9 var1
cn.vetech.charge.fccost.service.fkd.FkFkdCommBusinessService.updateSettleBillStatus(FkFkdzb, String, String, String, String, String)

10、String ybz,String tbz,BigDecimal money,String rq
Can not see the name know the meaning , You must read the Chinese notes to understand , That's the name of a,b,c, equally , Basically no difference .
cn.vetech.charge.fccost.service.fkd.FkFkdCommBusinessService.getBbje(String, String, String, BigDecimal, String)
边栏推荐
- Mysql 45讲学习笔记(一)一条sql语句的执行
- 平衡二叉树——调整变换规则
- When 618 attacks, how to choose between Beibei X3 and Jimi h3s? Take you all-round in-depth analysis
- 3DE save to Favorites
- 倍福TwinCAT 3 气缸动作程序编写
- AtCoder Regular Contest 142
- Fastdfs-5.0.5 installation
- 3DE position of moving object
- PHP uses composer
- R数据分析:临床预测模型中校准曲线和DCA曲线的意义与做法
猜你喜欢
随机推荐
1299. replace each element with the largest element on the right
[netding Cup 2018] fakebook1 reference
倍福CX9020(WINCE 7)控制器使用方法和操作
分析Iceberg合并任务解决数据冲突
Selenium entry level project - Doudou quiz
mysql-索引创建、优化分析、索引优化
docker 安装redis
Mysql 45讲学习笔记(四)索引
Sword finger offer 68 - ii Nearest common ancestor of binary tree
Vs loading symbols causes program to start slowly
Template as interface
golang标准库time
策略模式
倍福嵌入式控制器PLC各型号介绍
力扣:用两个栈实现一个队列
魔法方法《六》__enter__和__exit__
Nebula Graph学习篇2_版本v2.6.1之前的bug导致OOM
gdb调测使用整理
(问题解决) 缺少gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
泛微 E-cology V9 信息泄露漏洞









