Design Patterns Golang
Bridge Design Pattern in Golang
So we are back again, after a long delay to study the Bridge Design Pattern in Golang. The Bridge Design Pattern is more or less used to avoid unnecessary complexity in code. Just like the adapter pattern, It is a structural design pattern that allows the separation of abstraction from Read more…