Skip to content

Commit

Permalink
Update Load Intro
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenphuc22 committed Dec 6, 2023
1 parent b5cc997 commit 591a481
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
18 changes: 14 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Writerside/topics/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Design Pattern là một kỹ thuật nâng cao của OOP, nó cực kì quan tr

Creational Design Patterns liên quan tới việc khởi tạo đối tượng. Nhóm pattern này cung cấp các cơ chế tạo đối tượng một cách linh hoạt và phù hợp với bối cảnh sử dụng. Một số pattern phổ biến:

[//]: # (- [Singleton](2.1%20Singleton.md), [Factory Method](2.3%20Factory%20Method.md), [Abstract Factory](2.4%20Abstract%20Factory.md), [Builder](2.2%20Builder.md), [Prototype](2.5%20Prototype.md))
[Singleton](Singleton.md)
[Factory Method](Factory-Method.md)

Sử dụng Creational Patterns giúp tạo ra các đối tượng một cách linh hoạt, dễ dàng thay đổi và tối ưu hóa bộ nhớ.
## Structural Design Patterns
Expand Down

0 comments on commit 591a481

Please sign in to comment.