Facade

  • submit to reddit

Using Facades to Decouple API Integrations

The most important part of building an integration with an API is actually writing the code that will connect with the Web service and invoke its methods. I'll...

1 replies - 5299 views - 03/13/13 by Bruno Pedro in Articles

Design Patterns in the Test of Time: Façade

A façade is an object that provides a simplified interface to a larger body of code, such as a class library. More about this pattern. The intent of the...

2 replies - 2502 views - 11/22/12 by Ayende Rahien in Articles

Design Patterns Revisited - The Façade Pattern. Hiding the Complexity of the Complex..

It is arguable whether the Façade pattern is a design pattern or not but it sure is a nice tool method for software developers. Since it occupies space both...

2 replies - 7823 views - 08/01/08 by Murat Yener in Articles