|
|
|
|
|
by golergka
2911 days ago
|
|
The fact that you feared ORMs probably pushed you to use raw database, and such experience really helps you understand how ORMs work. Same is true with any abstraction – if you want to learn to use it right, first learn to make do without it. |
|
I've written a few ORMs before, and I can do it with fairly succinct and concise codenquickly if needed. I still reach for the full ORM from the beginning, because swapping out layer is painful, and you always want to do it sooner than later.