码迷,mamicode.com
首页 > 其他好文 > 详细

重构手法(二)之简化函数调用

时间:2016-01-27 14:18:45      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

1、Rename Method(函数改名)

2、Add Parameter(添加参数)

3、Remove Parameter(移除参数)

4、Separate Query form Modifier(将查询参数和修改参数分离)

5、Parameterize Method(令函数携带参数)

6、Replace Parameter with Explicit Methods(以明确函数取代参数)

7、Preserve Whole Object(保持对象完整)

8、Replace Parameter with Methods(以函数取代参数)

9、Introduce Parameter Object(引入参数对象)

10、Remove Setting Method(移除设置函数)

11、Hide Method(隐藏函数)

12、Replace Constructor with Factory Method(以工厂函数取代构造函数)

13、Encapsulate Downcast(封装向下转型)

14、Replace Error Code with Exception(以异常取代错误码)

15、Replace Exception with Test(以测试取代异常)

 

重构手法(二)之简化函数调用

标签:

原文地址:http://www.cnblogs.com/dongerlei/p/5162948.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!