# design-pattern **Repository Path**: dogntao/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: 设计模式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-15 - **Last Updated**: 2021-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # design-pattern #### 介绍 >adapter:适配器模式 > >https://segmentfault.com/a/1190000015924285 >decorator:装饰模式 > > https://blog.csdn.net/zhshulin/article/details/38665187 >builder:建造者模式 > > http://c.biancheng.net/view/1354.html >bridge:桥接模式 > >http://www.jasongj.com/design_pattern/bridge/ >facade:外观模式 > >https://blog.csdn.net/carson_ho/article/details/54910625