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

The implementation is, but the concept is transferable. Pretty much the same for most concepts in programming.
SQL is far more useful to learn than any one ORM or even the general concept of am ORM.
ORMs are language-specific, but the insight to avoid ORMs for the rest of your life because of impedance mismatch is general and deep.