Design patterns: Bridge – With Kotlin examples
It’s time for the Bridge pattern. The Bridge pattern (also known as Handel/Body) is one of the structural patterns which its intent is: Decouple an abstraction from its implementation so that the two can vary independently. That’s the textbook definition, but let’s […]