GRASP 间接与调解器模式
GRASP Indirection vs Mediator Pattern
GRASP Indirection 和 Mediator Pattern 有什么区别?我试过谷歌搜索但没有找到信息。
GRASP Indirection 力求避免直接耦合:
Assign the responsibility to an intermediate object to mediate between other components ... so that they are not directly coupled.
因此,您可以说 GRASP Indirection 是中介模式的重要灵感来源。但是,您也可以在其他模式中找到它,例如 Adapter。
GRASP Indirection 和 Mediator Pattern 有什么区别?我试过谷歌搜索但没有找到信息。
GRASP Indirection 力求避免直接耦合:
Assign the responsibility to an intermediate object to mediate between other components ... so that they are not directly coupled.
因此,您可以说 GRASP Indirection 是中介模式的重要灵感来源。但是,您也可以在其他模式中找到它,例如 Adapter。