Alternative to facade [closed]

1

I would like to know if you have some design pattern or some alternative approach to the pattern facade.

I found his approach interesting in creating a "facade" for a given "subsystem" but the class that should be simplified became huge and somewhat confusing and susceptible to implementing business rules.

Imagine a subsystem with double or triple-class

Is there a GOF standard or some approach to accessing a subsystem in a more simplified way?

    
asked by anonymous 16.08.2018 / 23:47

0 answers