Skip to content

Commit 267b7b2

Browse files
Chain Of Responsiblity Pattern Docs Added
1 parent c490b38 commit 267b7b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/Best Practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ Finally, remember that **design patterns are guidelines, not strict rules**. Rea
7575
**Core idea:** Combine several design patterns to solve a complex problem in a structured way.
7676

7777
- [[Builder Pattern]] :
78-
**Trigger clue:** “Too many constructor parameters”
79-
**Core idea:** Build objects step by step and include only required fields.
78+
**Trigger clue:** “Too many constructor parameters”
79+
**Core idea:** Build objects step by step and include only required fields.
8080

8181
- [[Bridge Pattern]] :
82-
**Trigger clue:** “Separate abstraction from implementation”
83-
**Core idea:** Split abstraction and implementation so both can change independently.
82+
**Trigger clue:** “Separate abstraction from implementation”
83+
**Core idea:** Split abstraction and implementation so both can change independently.
8484

8585
- [[Chain of Responsibility Pattern]] :
8686
**Trigger clue:** “Pass request through multiple handlers”.

0 commit comments

Comments
 (0)