logoalt Hacker News

rdevillatoday at 7:42 AM3 repliesview on HN

Doesn't matter when devs just slop out 400 lines of SQL and bypass the ORM.

Frameworks and structure will save you from neither stupidity nor ignorance.


Replies

neocrontoday at 8:12 AM

If have a different opinion on this, as I think it's 100x better to learn sql and just write it directly instead of using the dozens of leaky abstraction of some framework.

deweytoday at 7:48 AM

That has always been the case, why would it be different now? Easy to flag and spot in code review.

show 1 reply
_kblcuk_today at 7:54 AM

I mean, I've seen enough "django specialists" to end up with queries doing a dozen of join bombs and producing 10 million rows from dataset of maybe 1000 items. So pretty safe to add "ORM" to your last statement.