Skip to content

anagram: Should we case about case sensitivity and/or duplicates? #559

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

Closed
rbasso opened this issue Jun 11, 2017 · 2 comments
Closed

anagram: Should we case about case sensitivity and/or duplicates? #559

rbasso opened this issue Jun 11, 2017 · 2 comments

Comments

@rbasso
Copy link
Contributor

rbasso commented Jun 11, 2017

The way the anagram exercise is implemented, we demand that the the word comparison is case-insensitive, but we also demand keeping the original word's casing.

Should we lowercase everything before comparing? Is keeping the original word's case part of the exercise?

@petertseng
Copy link
Member

I guess that is another case of "requirements only implicit in the test cases but not in the README", just like in #547 . It was made this way in exercism/problem-specifications#201

Let's hear a reason to change it

(Otherwise I do not care to change)

@rbasso
Copy link
Contributor Author

rbasso commented Jun 15, 2017

Let's leave it the way it is!

If someone complains we can change it later.

@rbasso rbasso closed this as completed Jun 15, 2017
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

No branches or pull requests

2 participants