Glossary of terms used on this site
Glossaries
Term | Main definition |
---|---|
Relying Party |
依赖方
|
Remove Assignments to Parameters |
移除对参数的赋值1
|
Remove Control Flag |
移除控制标记1
|
Remove Middle Man |
移除中间人1
|
Remove Parameter |
移除参数1
|
Remove Setting Method |
移除配置函数1
|
Rename Method |
函数改名1
|
Replace Array with Object |
以对象取代数组1
|
Replace Conditional with Polymorphism |
以多态取代条件表达式1
|
Replace Constructor with Factory Method |
以工厂函数取代构造函数1
|
Replace Data Value with Object |
以对象取代数据值1
|
Replace Delegation with Inheritance |
以继承取代委托1
|
Replace Error Code with Exception |
以异常取代错误码1
|
Replace Exception with Test |
以测试取代异常1
|
Replace Inheritance with Delegation |
以委托取代继承1
|
Replace Magic Number with Symbolic Constant |
以字面常量取代魔法数1
|
Replace Method with Method Object |
以函数对象取代函数1
|
Replace Nested Conditional with Guard Clauses |
以卫语句取代嵌套条件表达式1
|
Replace Parameter with Explicit Methods |
以明确函数取代参数1
|
Replace Parameter with Methods |
以函数取代参数1
|