Improve instructions and tests for Anagram exercise#185
Improve instructions and tests for Anagram exercise#185stragu wants to merge 2 commits intoexercism:mainfrom
Conversation
|
Thanks for the PR and sorry for the delay in following up! I'm happy with the changes to the tests you propose and will accept those. Regarding the instructions: these are generally not meant to be track specific (by design) and are automatically synced from the problem specifications repo. e.g. the use of the term In general I think there is a bit of an expectation that students should be able to learn to deduce what's required from the tests themselves (as that's a valuable part of the learning process), but that being said if you're suggesting these changes to the instructions because of things that tripped you up and you feel that there should be further clarification in the instructions then the place to add these is in Could I ask you to please update your PR to expand on / clarify the existing instructions rather than modifying them directly? And thanks again - I appreciate you contributing to the R track! |
This PR fixes a few things:
c(). This fixes the issue of users submitting a valid solution that returns an empty vector of modecharacterand having tests failing because of that.