Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tournament readme with more details #254

Merged
merged 2 commits into from May 18, 2016

Conversation

IanWhitney
Copy link
Contributor

Based on the conversation here: exercism/rust#122

This addresses a few problems that @ijanos had

  • What do the column headers mean?
  • How are points awarded?
  • What is the input format?

There's still a need for a default test json file, but that can come in a different PR.

Based on the conversation here:
exercism/rust#122

This addresses a few problems that @ijanos had

- What do the column headers mean?
- How are points awarded?
- What is the input format?

There's still a need for a default test json file, but that can come in
a different PR.
A win earns a team 3 points. A draw earns 1. A loss earns 0.

The outcome should be ordered by points, descending. Ties are broken by
first looking at the number of wins then by ordering the team names
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if there's one thing I would say it would be that "looking at" doesn't make clear that it's descending in the number of wins.

@petertseng
Copy link
Member

small thing, but generally 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants