By mswatcher
via ayende.com
Published: Nov 11 2012 / 09:37
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 façade was good: to wrap APIs that are poorly designed in something shiny and nice. In the real world, however, it is an evil pattern that is used to needlessly add abstractions for no particular reason
Add your comment