Y
Hacker News
new
|
ask
|
show
|
jobs
by
dudul
1812 days ago
Isn't an ORM the perfect example of something that is not language agnostic?
1 comments
onei
1812 days ago
The implementation is, but the concept is transferable. Pretty much the same for most concepts in programming.
link
exdsq
1812 days ago
SQL is far more useful to learn than any one ORM or even the general concept of am ORM.
link
loevborg
1812 days ago
ORMs are language-specific, but the insight to avoid ORMs for the rest of your life because of impedance mismatch is general and deep.
link