Proxy Design Pattern
Intent
A proxy controls access to the original object as It provides a substitute or a placeholder for another object to save time or resources when it costs a lot to access it. The proxy could interface with anything.
Problem
Imagine that we have a...
metwalli.hashnode.dev2 min read