Hacker News new | ask | show | jobs
by BurningFrog 2755 days ago
Yeah, I think the article has a point for complex/chained expressions.

But if the way you think about the domain is "if x is larger than LIMIT..." you should write it `if (x > LIMIT)`!