|
|
|
|
|
by Capt-RogerOver
3280 days ago
|
|
I think your experience reflects that basic gist I've gotten from most professionals:
ORMs are complicated and convoluted because they provide a solution for a very complicated problem. If you are somewhat new and don't understand things, it's easy for you to see the few problems introduced by ORMs and think that it means that the whole concept is just unnecessary bloat. With more experience and wisdom, you understand that the few quirks of ORMs are a necessary evil for having a software that solves such a complex and flexible task. |
|