Y
Hacker News
new
|
ask
|
show
|
jobs
by
carsonreinke
4479 days ago
"My advice is to write your own data mapper", noooooooooooo
1 comments
flevours
4479 days ago
I'd reword data as in "create a clear boundary between your models and the ORM/ODM you use", which easily translates into defining class methods on the model which use the underlying ORM/ODM of choice.
link
bestie
4479 days ago
I think this is a really good point, there is a huge difference between trivial data mapping and what an ORM does.
Wait while I make this edit ....
link