Back to all

composition-over-inheritance

by OmniaffixDave

01Feb 8, 2026Visit Source
Prefer composition (has-a) over inheritance (is-a) Use when designing system architecture. Architecture category skill.