Hacker News new | ask | show | jobs
by andybak 1653 days ago
"Better" for whom? It was a long time ago that I surveyed the ORM landscape but I remember thinking at the time I was much happier using an active record style ORM.

I guess I'm saying I'm always suspicious when I see "better" with no qualification. Everything has tradeoffs.

1 comments

I, for one, find data mapper simply baffling. I look at it and can't even comprehend why someone might want to do things that way.

Granted, I'm not fond of ORMs in general, but I at least understand the appeal of the active record pattern.

Presumably to mitigate the large downsides of Active Record.