tl;dr A Wrapper Facade, documented in Pattern-Oriented Software Architecture, Vol 2, describes how to build a Facade-like entity around lower-level OS APIs. The authors of the Wrapper Facade felt that it differed significantly enough from Facade because ...
Some questions arise out of this:
Wrapper Facade tends to lead to several consequences:
A couple of different takes on Wrapper Facade include:
Last updated: 10 March 2022
Tags: pattern structural