r/programming 7d ago

Solving the 1+N Query Problem

https://acadia.engineering/blog/solving-the-1-plus-N-query-problem
127 Upvotes

94 comments sorted by

View all comments

91

u/archipeepees 7d ago

ive been using EF Core for ORM and this hasn't really been a problem for me or any of my colleagues for at least a decade because we don't use lazy loading. database calls are explicit; mapping the results to objects is implicit. is everyone outside of .net still banging their heads against stuff like this?

13

u/MannerShark 7d ago

JS/TS gets a new ORM every other week, everyone uses different ones and they're all just miles behind C#

3

u/SourcerorSoupreme 5d ago

The JS community is exposed to a constant flux of junior developers that mistake accessibility/familiarity for expertise.

They keep reinventing without regard of past solutions they keep forgetting, if not ignoring, the lessons already learned by their forebears.

Unchecked hubris. It's Dunning-Krugger in action.