Class Hierarchies and Factories in an Object-Oriented language
Ruby is a truly object-oriented language, so our thinking shouldn’t be bound by legacy, class-oriented patterns. This article investigates solutions without complex or inadequate hierarchies and factories, using Modules and Method Injection instead.
Post a comment