Skip to content

《深入设计模式》—— 外观模式 #14

@BUPTlhuanyu

Description

@BUPTlhuanyu

外部与一个子系统的通信必须通过一个统一的外观对象进行,为子系统中的一组接口提供一个一致的界面,外观模式定义了一个高层接口,这个接口使得这一子系统更加容易使用。

这种模式非常简单,在提取公共逻辑代码的时候不知不觉的就用到了。但是缺乏一定的扩展性。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions