News

In writing this piece, I’m hoping to bridge ... This design pattern is rather similar to Polymorphism, which I described first. In fact, just like before, we’ll use Python’s abstract-base ...
The bridge design pattern can be used to decouple an abstraction from its implementation so that both can be changed independent of each other Design patterns are proven solutions to recurring ...