首页 > 其他 > 详细

Decomposing and Redistributing the Statement Method

时间:2016-09-30 02:36:07      阅读:156      评论:0      收藏:0      [点我收藏+]

Refactoring: Improving the Design of Existing Code

 

Decomposing and Redistributing the Statement Method The obvious first target of my attention is the overly long statement method. When I look at a long method like that, I am looking to decompose the method into smaller pieces. Smaller pieces of code tend to make things more manageable. They are easier to work with and move around.

Decomposing and Redistributing the Statement Method

原文:http://www.cnblogs.com/yuanjiangw/p/5922413.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!