|
|
|
|
|
by oleg_antonyan
924 days ago
|
|
It could be useful with ORM. For example, in Rails ActiveRecord instantiates the class for each row. But when you need to write complex query with many joins and instantiate AR models tree from it becomes either cumbersome or leads to n+1 queries. Still pretty niche usecase, but looks interesting |
|
It's something lots of apps need all the time.