Hacker News new | ask | show | jobs
by johnday 2751 days ago
This just seems like an argument against putting the variable on the right hand side of the comparator.

You also only end up with two options, in the same way, and IMO (x > 5 && x < 10) is much more readable than (5 < x && x < 10) .