Proxy

Term side of the Card
Topic: Structural Patterns
Unit title: Proxy
Categories: Design pattern
Explanation side of the Card

Explanation: The design pattern that allows a substitute or placeholder to be provided for another object. It controls access to the original object, enabling actions to be performed before or after the request reaches the real object, with levels of control such as lazy loading, access control or logging.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub