Skip to content

anagram: fix typo s/indentical/identical; rm duplicate cases; rm all "string argument" cases #308

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 4 commits into from
Jul 30, 2016

Conversation

petertseng
Copy link
Member

@petertseng petertseng commented Jul 30, 2016

rationale in individual commit messages

Closes #248 (I know #248 said it should be for newbies but I didn't see #248 when I made this PR, and saw the duplication in exercism/haskell#224 and resolved to do something about it)

the mass/last case was duplicated exactly, while the tapper/patter case
was tested once with tapper as subject and once with patter as subject
(I arbitrarily chose to keep the one appearing earlier in the file)
the ant -> stand, tan, at case is exactly a duplicate of a case in the
"cases" section. The ant -> tan case is not a duplicate, but it does not
seem to provide any extra value as the description of the test "accepts
single string argument" is covered by, for example, galea -> eagle.
@petertseng
Copy link
Member Author

Note to myself, exercism/haskell#224 needs notification when this gets merged

@Insti
Copy link
Contributor

Insti commented Jul 30, 2016

Looks good 👍

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

Successfully merging this pull request may close these issues.

Redundant data in anagram.json?
2 participants