-
Notifications
You must be signed in to change notification settings - Fork 544
word-count: Problem statement could use a couple of more examples #788
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
Labels
good first issue
An improvement or bug fix that favors new contributors
Comments
I can work on this. |
Agree. Would you rather push the issue up to that repo, or test-drive the
work in this track first?
…On Thu, Feb 14, 2019 at 12:51 AM Gabriel do Nascimento Ribeiro < ***@***.***> wrote:
I can work on this.
However, if we decide to change, we should change the Problem
Specification
<https://github.com/exercism/problem-specifications/blob/master/exercises/word-count/description.md>
and update all tracks, not only Rust.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#788 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHdeTr1DD10RSqnLj0Jrt68pZLpIwD_zks5vNKUBgaJpZM4axmZX>
.
|
I will open an issue on Problem Specification repo |
I opened exercism/problem-specifications#1461 |
Closed pending the result of exercism/problem-specifications#1461 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First glance at the problem statement might might lead to an assumption that the only delimiter is the whitespace, as it is the only example. Maybe one or two more examples from the test cases with different delimiters. This one, for instance:
The text was updated successfully, but these errors were encountered: