Mi sono imbattuto in questo articolo: link
Alla fine, ha una domanda che chiede:
One common problem experienced by software development teams who use the Façade Pattern occurs when the Façade class is used to represent the entire system on which the team is working. A team of 20-30 people sends every method call to the system through the Façade, with each team member making several changes to the system per day.
Because of the heavy dependency on the Façade class, however, the team’s schedule is frequently delayed because the Façade class is often locked by a particular developer for quite some time.
Discuss how this problem might be overcome without sacrificing the use of the Façade Pattern.
Qualcuno può spiegarmi come potremmo essere in grado di risolvere questo problema mentre si utilizza ancora il Pattern di facciata? Una risposta chiara non mi viene direttamente in mente.