|
|
|
|
|
by JustLurking2022
1358 days ago
|
|
I'd dispute "most", as it does not match my experience across a number of languages. Yes, active record sorta does it but, as best I recall, those methods are all implemented generically as mixins, so not actually a part of the data object. This seems to be advocating for data specific queries to be added to each class. |
|
I don’t disagree with the overall point you’re making, I’m just pointing out that it’s very common