-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
Hamming: Description.md, language simplification #1360
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a small misspelling.
@rpottsoh Updated. Thanks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting thing - before this PR there were two instances of "Hamming distance" and one instance of "Hamming difference".
After this PR there would be one instance of "Hamming distance" and three of "hamming difference".
I suggest that this would be a good time to discuss whether:
- This PR is a good time to change to using just one of those two options
- It is good to use just one of those two options, but can just file an issue for it and don't need to do it in this PR
- It is good to use both of these options, therefore no changes need be made here
Nice catch @petertseng. I think it should be hamming distance. Search for hamming difference yields hamming distance.... |
Happy to change it to "hamming distance" everywhere. |
I'm also in favor of using "hamming distance". |
I've added another commit (we can squash on merge). |
Thanks @iHiD! |
Great. Thanks, all. |
Relevant PRs: 1) Test cases: - exercism/problem-specifications#625 - exercism/problem-specifications#844 - exercism/problem-specifications#845 - exercism/problem-specifications#875 - exercism/problem-specifications#953 - exercism/problem-specifications#1129 - exercism/problem-specifications#1389 2) README: - exercism/problem-specifications#1360 Basically adds every test case from the current canonical-data.json without deleting the old ones.
With reference to exercism/exercism#4155 (comment) I propose making the language of this exercise easier for non-english speakers.