40307
A super-rare occurrence, but a couple of folks just got the same score on an OHB, which resulted in one getting first and the other second, somewhat arbitrarily:
http://battleofthebits.com/arena/OHC/1817/
I guess there's a couple of possibilities here:
1) Ties are "handled" by sorting some sort of alternate criteria (username?), i.e. they're not supported. Should probably change if this is the case.
2) The scores are stored internally with more than 3 digits of decimal precision (as shown on the site), so it's not technically a tie. This is confusing from a UI perspective, though, and it seems to make more sense to round the ranking algorithm to 3 decimal places and handle ties properly so what's seen on the front page is accurate. Or show more decimal points, I guess. :P
Probably a really rare edge case and maybe a nitpick, but since this month's BotB theme is usability, I figure it's relevant. :P
http://battleofthebits.com/arena/OHC/1817/
I guess there's a couple of possibilities here:
1) Ties are "handled" by sorting some sort of alternate criteria (username?), i.e. they're not supported. Should probably change if this is the case.
2) The scores are stored internally with more than 3 digits of decimal precision (as shown on the site), so it's not technically a tie. This is confusing from a UI perspective, though, and it seems to make more sense to round the ranking algorithm to 3 decimal places and handle ties properly so what's seen on the front page is accurate. Or show more decimal points, I guess. :P
Probably a really rare edge case and maybe a nitpick, but since this month's BotB theme is usability, I figure it's relevant. :P