On Tuesday, 9 September 2014 at 08:50:51 UTC, Dejan Lekic wrote:
> It is not just that... Imagine this (nothing prevents you from 
> doing it):
>
>    if (foo < bar < baz < trt < mrt < frt /* etc */) {}
Is this bad compared to something like
areStrictlyOrdered(foo, bar, baz, trt, mtr, frt)
?