淮安经济技术开发区建设局网站,淘宝网页版登录,内容营销模式,上海网站制作方法一个临时变量#xff0c;只被一个简单表达式赋值一次#xff0c;而它妨碍了其他重构手法
double basePrice anOrder.basePrice();
return basePrice 1000;
重构后
return anOrder.basePrice() 1000;一个临时变量只被一个简单表达式赋值一次而它妨碍了其他重构手法
double basePrice anOrder.basePrice();
return basePrice 1000;
重构后
return anOrder.basePrice() 1000;