mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-19 04:49:49 +02:00
add simple explanation about structural
This commit is contained in:
parent
f1af89ecc6
commit
f3fe7e4ed3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user