+1 -Rob
--- In [email protected], Michael Poulin <m3pou...@...> wrote: > > Please, tell me the secret: why we need a facade between interface of the > thing and the thing itself? > > It is interface, to the interface, to the interface... > > Definition of facade is not an intermediary between things, it is an > intermediary (according to GoF) between INTERFACES, from coarse- to > fine-grain ones. SO does not require decoupling between interface and the > service body but loose-coupling. That is, you should not expose service body > internals as interfaces, that's it. Preservation of interface immutability > (partial) does not require an intermediary such as facade, it may be a > proxy/stub of the service functionality or a conciliator component. > > - Michael
