Skip to content

Commit 6c8ecd0

Browse files
committed
Update Main README
1 parent e659a63 commit 6c8ecd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
> Patterns that imply mutable state may be unsuited for functional programming languages.
2626
27-
Some patterns can be rendered unnecessary in languages that have built-in support for solving the problem they are trying to solve, and object-oriented patterns are not necessarily suitable for non-object-oriented languages.
27+
Some patterns can be rendered unnecessary in languages that have built-in support for solving the problem they are trying to solve, and object-oriented patterns are not necessarily suitable for non-object-oriented languages.
2828

2929
---
3030

@@ -97,3 +97,5 @@
9797
## **Other Patterns Not Exist In GOF**
9898

9999
- <strong><a href="more_important_patterns/dependency_injection/" target="_blank">Dependency Injection</a></strong>
100+
101+
- <strong><a href="more_important_patterns/service_locator/" target="_blank">Service Locator</a></strong>

0 commit comments

Comments
 (0)