Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3fe7e4

Browse files
add simple explanation about structural
1 parent f1af89e commit f3fe7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Structural/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Structural
22

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+
37
* [Adapter](Adapter) [:notebook:](http://en.wikipedia.org/wiki/Adapter_pattern)
48
* [Composite](Composite) [:notebook:](http://en.wikipedia.org/wiki/Composite_pattern)
59
* [DataMapper](DataMapper) [:notebook:](http://en.wikipedia.org/wiki/Data_mapper_pattern)

0 commit comments

Comments
 (0)