重构(九)重构名录-重构API

2019-05-15  本文已影响0人  天色将变
将查询函数和修改函数分离Separate Query from Modifier
image.png
函数参数化 Parameterize Function
image.png
移除标记参数Remove Flag Argument
image.png
保持对象完整Preserve Whole Object
image.png
以查询取代参数Replace Parameter with Query
image.png
以参数取代查询 Replace Query with Paramenter
image.png
移除设值函数Remove Setting Method
image.png
以工厂函数取代构造函数Replace Constructor with Factory Function
image.png
以命令取代函数 Replace Function with Command
image.png
以函数取代命令 Replace Command with Function
image.png
Return Modified Value
image.png
Replace Error Code with Exception
image.png
Replace Exception with Precheck
image.png
上一篇 下一篇

猜你喜欢

热点阅读