Hacker News new | ask | show | jobs
by codesforhugs 4171 days ago
Generally agree, but it depends a lot on the query. I find that join syntax especially is more readable in the query style.
1 comments

I liked chaining expressions for things that were done in memory and query style for deferred. My brain handled the code a bit better when things were written that way.