Tagged Questions
17
votes
2answers
3k views
Does the ActiveRecord pattern follow/encourage the SOLID design principles?
I'm interested in whether ActiveRecord pattern, made famous from Ruby on Rails, encourages or discourages the use of SOLID design principles.
For example, it seems to me that ActiveRecord objects ...