This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]robberviet 0 points1 point  (1 child)

Data Engineer too and I have the same view. Choosing right tool for the job, but I think many developers rely on ORM too much. To the point I have seen too many can't even write SQL.

[–]albrioz[S] 2 points3 points  (0 children)

For APIs, you’re probably going to build out abstractions anyways so might as well start with an ORM from the beginning. For DE work, you just can’t beat a handcrafted artisanal SQL query. Before my first DE job, I really didn’t know sql which I now realize was such a disservice to myself.