重构
文章平均质量分 94
千里草竹
这个作者很懒,什么都没留下…
展开
-
重构——在对象之间搬移特性
文章目录楔子7.1 Move Method(搬移函数)动机做法范例7.2 Move Field(搬移字段)动机做法范例:使用Self-Encapsulation7.3 Extract Class 提炼类动机做法7.4 Inline Class(将类内联化)7.5 Hide Delegate(隐藏“委托关系”)动机做法范例7.6 Remove Middle Man(移除中间人)7.7 Introduce Foreign Method(引入外加函数)动机7.8 Introduce Local Extension原创 2021-10-19 21:54:58 · 1001 阅读 · 0 评论 -
重构——重新组织函数
文章目录楔子6.1 Extract Method(提炼函数)动机做法范例:有局部变量范例:对局部变量再赋值6.2 Inline Method(内联函数)动机做法6.3 Inline Temp(内联临时变量)动机做法6.4 Replace Temp with Query(以查询取代临时变量)做法6.5 Introduce Explaining Variable(引入解释性变量)动机6.6 Split Temporary Variable(分解临时变量)动机做法动机6.8 Replace Method with原创 2021-10-17 15:57:28 · 662 阅读 · 0 评论