Skip to content

Commit

Permalink
Update Intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenphuc22 committed Dec 6, 2023
1 parent 09306ab commit f9a0545
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions Writerside/topics/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,45 @@ Sử dụng Creational Patterns giúp tạo ra các đối tượng một cách

Structural Patterns liên quan tới cấu trúc và mối quan hệ giữa các lớp, đối tượng. Nhóm này giúp xây dựng cấu trúc phần mềm dễ thay đổi và bảo trì. Một số pattern:

[//]: # (- [Adapter](3.1%20Adapter.md), [Bridge](3.2%20Bridge.md), [Composite](3.4%20Composite.md), [Decorator](3.5%20Decorator.md), [Facade](3.6%20Facade.md), [Flyweight](3.7%20Flyweight.md), [Proxy](3.8%20Proxy.md))
[Adapter](Adapter.md)

[Bridge](Bridge.md)

[Composite](Composite.md)

[Decorator](Decorator.md)

[Facade](Facade.md)

[Flyweight](Flyweight.md)

[Proxy](Proxy.md)

Sử dụng Structural Patterns giúp xây dựng hệ thống linh hoạt, dễ mở rộng và tối ưu hóa bộ nhớ.

## Behavioral Design Patterns

Behavioral Patterns liên quan tới hành vi giao tiếp giữa các đối tượng. Nhóm này giúp định nghĩa rõ ràng mối quan hệ giữa các object. Một số pattern:

[//]: # (- [Chain of Responsibility](4.1%20Chain%20of%20Responsibility.md), [Command](4.2%20Command.md), [Iterator](4.3%20Iterator.md), [Mediator](4.4%20Mediator.md), [Memento](4.5%20Memento.md), [Observer](4.6%20Observer.md), [State](4.7%20State.md), [Strategy](4.8%20Strategy.md), [Template Method](4.9%20Template%20Method.md), [Visitor](4.10%20Visitor.md))
[Chain of Responsibility](Chain-Of-Responsibility.md)

[Command](Command.md)

[Iterator](Iterator.md)

[Mediator](Mediator.md)

[Memento](Memento.md)

[Observer](Observer.md)

[State](State.md)

[Strategy](Strategy.md)

[Template Method](Template-Method.md)

[Visitor](Visitor.md)

Sử dụng Behavioral Patterns giúp tạo hệ thống linh hoạt, dễ thay đổi và tối ưu hóa hiệu suất.

Expand Down

0 comments on commit f9a0545

Please sign in to comment.