The Bridge pattern lets you split the monolithic class into several class hierarchies . After this, you can change the classes in each hierarchy independently of the classes in the others. This approach simplifies code maintenance and minimizes the risk of breaking existing code.