Hacker News new | ask | show | jobs
by HeyImAlex 4518 days ago
"Fat" in this case just means they contain business logic. Many people use their ORM models _exclusively_ as a data layer with no business logic living in the object at all.
1 comments

Which, if you're following the SRP, is the right thing to do, no?
It depends, is it anemic model? or ActiveRecord like model?