Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1af89e commit f3fe7e4Copy full SHA for f3fe7e4
Structural/README.md
@@ -1,5 +1,9 @@
1
# Structural
2
3
+In Software Engineering, Structural Design Patterns are Design Patterns that
4
+ease the design by identifying a simple way to realize relationships between
5
+entities.
6
+
7
* [Adapter](Adapter) [:notebook:](http://en.wikipedia.org/wiki/Adapter_pattern)
8
* [Composite](Composite) [:notebook:](http://en.wikipedia.org/wiki/Composite_pattern)
9
* [DataMapper](DataMapper) [:notebook:](http://en.wikipedia.org/wiki/Data_mapper_pattern)
0 commit comments