Hacker News new | ask | show | jobs
by jdjb 4126 days ago
Is the score formula correct?

sum(stars) + (1.0 - 1.0/count(repositories))

So if I have 3000 stars and 10 repositories, you give me a score of 3000.9? Shouldn't it be multiplied?

1 comments

It's for tiebreakers.