Hacker News new | ask | show | jobs
by openplatypus 1179 days ago
TIL: > With something so innocent as an attribute access making an SQL query, it’s much easier to miss it.

I like Python as much as the next person, but this is highly irresponsible design decision.

Starting to appreciate Scala's IO effects even more.

1 comments

This is not a Python problem, it's a design decision of Django's ORM specifically.