Hacker News new | ask | show | jobs
by jwdunne 1947 days ago
I’ve noticed this in other contexts too.

For small queries with straight forward joins, a query builder is nice and readable.

But for larger, more complex queries, I found putting the query into its own file was best for readability.