Advanced Domain Modeling Techniques for Ruby on Rails – Part 2
One of the most frequent code smells in Rails is an excessive use of inheritance. A serious drawback from using inheritance to achieve polymorphism is the implicit coupling it creates between parent and child classes. Polymorphism with Strategies
Post a comment