1 Move Method(搬移函数)
2 Move Field(搬移字段)
3 Extract Class(提炼类)
4 Inline Class(将类内联化)
5 Hide Delegate(隐藏委托关系)
6 Remove Middle Man(移除中间人)
7Introduce Foreign Method(引入外加函数)
8 Introduce Local Extension(引入本地扩展)
本文共 255 字,大约阅读时间需要 1 分钟。
1 Move Method(搬移函数)
2 Move Field(搬移字段)
3 Extract Class(提炼类)
4 Inline Class(将类内联化)
5 Hide Delegate(隐藏委托关系)
6 Remove Middle Man(移除中间人)
7Introduce Foreign Method(引入外加函数)
8 Introduce Local Extension(引入本地扩展)
转载于:https://www.cnblogs.com/cs-forget/p/7708333.html