Originally posted by Aeir
If we only knew the tiebreaker order... Not like it needs to be a super secret anyways...
I get the whole player skill secrecy... but playoff tiebreakers? c'mon
Most of us just want to figure out if it's working correctly, because right now it does seem an awful lot like a "coin flip".
@teams = sort {$b->{wins} <=> $a->{wins} ||
$a->{losses} <=> $b->{losses} ||
$b->{ties} <=> $a->{ties} ||
$b->{h2h} <=> $a->{h2h} ||
$a->{points_against} <=> $b->{points_against} ||
$b->{points_for} <=> $a->{points_for}}
@teams;
If we only knew the tiebreaker order... Not like it needs to be a super secret anyways...
I get the whole player skill secrecy... but playoff tiebreakers? c'mon
Most of us just want to figure out if it's working correctly, because right now it does seem an awful lot like a "coin flip".
@teams = sort {$b->{wins} <=> $a->{wins} ||
$a->{losses} <=> $b->{losses} ||
$b->{ties} <=> $a->{ties} ||
$b->{h2h} <=> $a->{h2h} ||
$a->{points_against} <=> $b->{points_against} ||
$b->{points_for} <=> $a->{points_for}}
@teams;






























