add simple explanation about structural

This commit is contained in:
Antonio Spinelli 2014-04-16 14:55:16 -03:00
parent f1af89ecc6
commit f3fe7e4ed3

View File

@ -1,5 +1,9 @@
# Structural
In Software Engineering, Structural Design Patterns are Design Patterns that
ease the design by identifying a simple way to realize relationships between
entities.
* [Adapter](Adapter) [:notebook:](http://en.wikipedia.org/wiki/Adapter_pattern)
* [Composite](Composite) [:notebook:](http://en.wikipedia.org/wiki/Composite_pattern)
* [DataMapper](DataMapper) [:notebook:](http://en.wikipedia.org/wiki/Data_mapper_pattern)