Skip to content

move tournament between wordy and custom-set #199

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

Merged
merged 1 commit into from
Sep 11, 2016
Merged

move tournament between wordy and custom-set #199

merged 1 commit into from
Sep 11, 2016

Conversation

petertseng
Copy link
Member

Reviewers: I decided I'd go and take responsibility for this since I was the one who moved it earlier in the first place.

Take my word with a grain of salt since I haven't done this exercise myself yet.

Commit message follows.


In the beginning, tournament was between parallel-letter-frequency and
rectangles.

Then, in #152, File I/O was removed so it was deemed to be easier. So we
moved it to between grade-school and robot-simulator.

However, #174 rightly points out that tournament is still a bit involved
simply becaue there are multiple moving parts to it and the path to a
solution that even passes the first test is a bit long.

This placement is a general feeling from how much work I think one would
need to do on the input before being able to get the expected output:

In tournament, you have to look at each line, parse it, look at the
result, increment two win/draw/loss counts (one for each team that
played). then at the end calculate scores and sort.

wordy also has string parsing, so let's try right after wordy.

Closes #174

In the beginning, tournament was between parallel-letter-frequency and
rectangles.

Then, in #152, File I/O was removed so it was deemed to be easier. So we
moved it to between grade-school and robot-simulator.

However, #174 rightly points out that tournament is still a bit involved
simply becaue there are multiple moving parts to it and the path to a
solution that even passes the first test is a bit long.

This placement is a general feeling from how much work I think one would
need to do on the input before being able to get the expected output:

In tournament, you have to look at each line, parse it, look at the
result, increment two win/draw/loss counts (one for each team that
played). then at the end calculate scores and sort.

wordy also has string parsing, so let's try right after wordy.

Closes #174
@IanWhitney
Copy link
Contributor

Ok

@IanWhitney IanWhitney merged commit 40924af into exercism:master Sep 11, 2016
@petertseng petertseng deleted the tournament-later branch January 4, 2017 12:16
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.

2 participants