Proxy Pattern vs Decorator Pattern

This post explores the differences between the Proxy Design Pattern and the Decorator Design Pattern.

November 4, 2019

Proxy Design Pattern

The Proxy Design Pattern provides a surrogate or placeholder for another object to control access to it. It acts as a stand-in for another object.

October 27, 2019