You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: