Improve anagram problem statement#1529
Improve anagram problem statement#1529SleeplessByte merged 1 commit intoexercism:masterfrom gris:improve-anagram-definition
Conversation
SleeplessByte
left a comment
There was a problem hiding this comment.
I do think that the technical term sublist should remain.
Perhaps: Given a word and a list of candidates, select the sublist of anagrams of the given word.
|
Thanks! It makes sense to leave |
There was a problem hiding this comment.
LGTM. Let's wait for three ✅
However, have you seen this comment: https://github.com/joaomarcosgris/problem-specifications/commit/c7809eb1e09ff0bb40fad69f7fb5ee70a72ceead#commitcomment-33870374 @joaomarcosgris ? I think it makes sense what Maud says, but you can decide as far as I'm concerned.
cc @F3PiX @ErikSchierboom @kotp
I can't add a review, but you may count me as #3 @SleeplessByte |
kotp
left a comment
There was a problem hiding this comment.
I like the wording, it suggests that the same word is not an anagram, as it must be a rearrangement of letters.
- Add definition of anagram - Improve readability Fixes #1528
- Add definition of anagram - Improve readability exercism/problem-specifications#1528 exercism/problem-specifications#1529
- Add definition of anagram - Improve readability Fixes exercism/problem-specifications#1528 exercism/problem-specifications#1529
Fixes #1528