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?