composition-over-inheritance
There are 9 repositories under composition-over-inheritance topic.
sockeqwe/AdapterDelegates
"Favor composition over inheritance" for RecyclerView Adapters
tunchasan/SOLID-Factory
SOLID Factory is a Unity2D Project which has been developed to test high-level programming concepts such as SOLID, DRY, Separation of Concern, Composition over Inheritance, Maximize Cohesion, Minimize Coupling, and Dependency Injection(via Exzenject) principles in Unity.
capnslipp/SCNViewController
The Missing SCNViewController Class (a Swift µ-library)
jordan-enev/oop
Examples of OOP (Object-oriented programming) concepts.
nuuday/nuuday-android-bdc
Behavior Driven Components for Android: Decouple Your Logic And Get Out Of Base-Class Hell
black-io/black.data-oriented
The DOD (Data Oriented Design) implementations for `Black::Framework`.
machado001/composition-over-inheritance
[Medium article] Simple sample showing composition vs inheritance(using Kotlin delegates)
nayeemsweb/OOD
Object Oriented Design aka OOD. In this repo we have tried to implement some important and commonly used OOD principles.
tonix-tuft/php-cartesian-composition
Cartesian composition algorithm to compose functions and objects implemented in PHP.