mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-17 21:04:36 +03:00
update READMEs
This commit is contained in:
7
proxy/README.md
Normal file
7
proxy/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## Proxy
|
||||
|
||||
Provide a surrogate or placeholder for another object to control access to it.
|
||||
|
||||
### When to use
|
||||
|
||||
* whenever there is a need for a more versatile or sophisticated reference to an object than a simple pointer
|
||||
Reference in New Issue
Block a user