0
How to use a Bridge Design Pattern in Python?
I have a lot of classes that share the same characteristics and realize that using a Bridge Design Pattern (https://www.sololearn.com/learn/693/) will simplify the maintenance. Did anybody know how to implement this pattern in python?
1 Odpowiedź