|
|
|
|
|
by iterateoften
488 days ago
|
|
I never understood the hate against ORMs. It always seems like a superiority complex or some claim that SQL is “so simple”. Yeah SQL is extremely simple to write, that isn’t really the problem ORMs solve for me, but rather they solve composability and reuse of queries. I think there is a similar vein of people crying about sites not using 100% vanilla js without a framework. They are missing the point or don’t have enough experience with the actual problems the abstractions solve. |
|