当前标签: 重构
重构手法68:Replace Delegation with Inheritance (以继承取代委托) matchcolor 2010-08-12 20:39 阅读:77 评论:0
重构手法67:Replace Inheritance with Delegation (以委托取代继承) matchcolor 2010-08-12 20:29 阅读:78 评论:0
重构手法66:Form Template Method (塑造模板函数) matchcolor 2010-08-12 20:21 阅读:94 评论:0
重构手法65:Collapse Hierarch (折叠继承体系) matchcolor 2010-08-12 20:14 阅读:90 评论:0
重构手法64:Extract Interface (提炼接口) matchcolor 2010-08-12 20:10 阅读:98 评论:0
重构手法63:Extract Superclass (提炼超类) matchcolor 2010-08-12 19:57 阅读:52 评论:0
重构手法62:Extract Subclass (提炼子类) matchcolor 2010-08-12 19:49 阅读:44 评论:0
重构手法61:push down field (字段下移) matchcolor 2010-08-12 19:39 阅读:36 评论:0
重构手法60:push down Method (函数下移) matchcolor 2010-08-12 19:37 阅读:49 评论:0
重构手法59:Pull Up Constructor Body (构造函数本体上移) matchcolor 2010-08-12 19:33 阅读:61 评论:0
重构手法58:Pull Up Method (方法上移) matchcolor 2010-08-12 06:52 阅读:99 评论:0
重构手法57:Pull Up Field (字段上移) matchcolor 2010-08-12 06:38 阅读:48 评论:0
重构手法56:Replace Exception with Test (以测试取代异常) matchcolor 2010-08-12 06:29 阅读:43 评论:0
重构手法55:Replace Error Code with Exception (以异常取代错误码) matchcolor 2010-08-12 06:24 阅读:72 评论:0
重构手法54:Encapsulate Downcast (封装向下转型) matchcolor 2010-08-12 06:19 阅读:49 评论:0
重构手法53:Replace Constructor with Factory Method (以工厂函数取代构造函数) matchcolor 2010-08-12 06:12 阅读:99 评论:0
重构手法52:Hide Method (隐藏函数) matchcolor 2010-08-11 19:57 阅读:58 评论:0
重构手法51:Remove Setting Method (移除设置函数) matchcolor 2010-08-11 19:47 阅读:42 评论:0
重构手法50:Introduce Parameter Object (引入参数对象) matchcolor 2010-08-11 19:41 阅读:100 评论:0
重构手法49:Replace Parameter with Methods (以函数取代参数) matchcolor 2010-08-11 06:51 阅读:104 评论:0
