Skip to content

Commit ee6433b

Browse files
committed
added facade to the main readme
1 parent 52ab840 commit ee6433b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dart Programming Language
22

33
## OOP
4-
- <strong><a href="1_oop/README.md" target="_blank">What Is OOP ?!</a></strong>
4+
- <strong><a href="1_oop/" target="_blank">What Is OOP ?!</a></strong>
55

66
## Design Patterns
77
reusable solution to a commonly occurring problem within a given context in software design.
@@ -57,7 +57,9 @@
5757
- Concept of inheritance is used to compose interfaces and define ways to compose objects to obtain new functionalities.
5858

5959

60-
- <strong><a href="structural_design_pattern/Adapter/README.md" target="_blank">Adapter</a></strong>
60+
- <strong><a href="structural_design_pattern/Adapter/" target="_blank">Adapter</a></strong>
6161

62-
- <strong><a href="structural_design_pattern/bridge/README.md" target="_blank">Bridge</a></strong>
62+
- <strong><a href="structural_design_pattern/bridge/" target="_blank">Bridge</a></strong>
63+
64+
- <strong><a href="structural_design_pattern/facade/" target="_blank">Facade</a></strong>
6365

0 commit comments

Comments
 (0)