Hacker News new | ask | show | jobs
by jjice 1583 days ago
I think the parent is saying that the SQL example is simpler and easier to read.
1 comments

Yeah, but he’s completely skipping over the fact that you’re going to lose some of the readability of short SQL statements switching to an ORM with methods, types/classes, functions, etc., but you can gain in maintainability of code.