Hacker News new | ask | show | jobs
by handrous 1652 days ago
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.

1 comments

Presumably to mitigate the large downsides of Active Record.