From 591a481ce17578f72e650b8761738f2c56cd9d87 Mon Sep 17 00:00:00 2001
From: PhucVR <59957741+nguyenphuc22@users.noreply.github.com>
Date: Wed, 6 Dec 2023 21:17:07 +0700
Subject: [PATCH] Update Load Intro
---
.idea/workspace.xml | 18 ++++++++++++++----
Writerside/topics/Intro.md | 3 ++-
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 28aa9dd..25bc1fb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,7 @@
-
-
-
-
+
@@ -66,6 +63,19 @@
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "main",
"last_opened_file_path": "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics"
+ },
+ "keyToStringList": {
+ "stardust.markdown.MarkdownSplitEditorSuppressor:keyList": [
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Behavioral-Patterns.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Chain-Of-Responsibility.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Creational-Patterns.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Flyweight.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Proxy.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Strategy.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Structural-Patterns.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Template-Method.md",
+ "/Users/phucnguyen/Documents/GitHub/Design-Patterns/Writerside/topics/Visitor.md"
+ ]
}
}]]>
diff --git a/Writerside/topics/Intro.md b/Writerside/topics/Intro.md
index 62ebdb3..fbc5a80 100644
--- a/Writerside/topics/Intro.md
+++ b/Writerside/topics/Intro.md
@@ -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