-
@IgorMinar I would expect them to be incomparable. The semantics of
next
orrc
are not defined anywhere. If I were a game dev, I might usegold
as a synonym forrc
, but that has different precedence. What if I usedcandidate
? The fact thatrc
>next
is pure coincidence. -
@IgorMinar It mixes the human concern of communicating what a label means with the machine concern of ordering them. We are forced to trade off between those two concerns and pick less-than-ideal names to fit the ordering scheme we need.
-
@IgorMinar Also I'm curious how many people actually know about this behavior. It never occurred to me before and if I was picking labels, I would not have taken alphabetic ordering into account and likely shot myself in the foot.