Wednesday, April 03, 2013

Using Facades to Decouple API Integrations | CloudWork BlogCloudWork Blog

Using Facades to Decouple API Integrations | CloudWork BlogCloudWork Blog: "There’s a better way to keep API calls up-to-date. By writing a Façade with the single responsibility of interacting with the external Web service, you can defend your code from external changes. Now, whenever the API changes, all you have to do is update your Façade. Your internal application code will remain untouched."

'via Blog this'