Skip to content

Commit b5b321a

Browse files
committed
Bridge Pattern
1 parent ed84c50 commit b5b321a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848

4949
> [桥接模式(Bridge Pattern)](/Example/Bridge-Pattern.js)
5050
51+
定义:是用于把抽象化与实现化解耦,使得二者可以独立变化。
52+
目的:将抽象部分与实现部分分离,使它们都可以独立的变化。
53+
场景:实现系统可能有多个角度分类,每一种角度都可能变化。
54+
5155
> [组合模式(Composite Pattern)](/Example/Composite-Pattern.js)
5256
5357
> [装饰模式(Decorator Pattern)](/Example/Decorator-Pattern.js)

0 commit comments

Comments
 (0)