design-patterns/structural
Ruidy 18dc62563c
Proxy (#13)
* doc: add proxy README documentation

* doc: edit general README files

* add proxy code example

Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
2020-09-29 21:08:07 +02:00
..
adapter Bridge (#8) 2020-09-17 17:45:18 +02:00
bridge Composite Example (#9) 2020-09-20 14:42:00 +02:00
composite Composite Example (#9) 2020-09-20 14:42:00 +02:00
decorator Decorator Pattern (#10) 2020-09-25 15:40:51 +02:00
facade add facade code example (#11) 2020-09-27 14:31:15 +02:00
flyweight Flyweight Pattern (#12) 2020-09-27 21:25:55 +02:00
proxy Proxy (#13) 2020-09-29 21:08:07 +02:00
__init__.py Decorator Pattern (#10) 2020-09-25 15:40:51 +02:00
README.md Proxy (#13) 2020-09-29 21:08:07 +02:00

Structural Patterns

Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.