|
|
|
|
|
by minism
1493 days ago
|
|
I see where you're coming from, but tbh the more I work on web backend code the more I disagree with this. I really think database interactions should be made explicit, even early on, rather than hidden by ORMs (or overriding a dot operator). |
|