Skip to content

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

Closed
atil opened this issue Feb 8, 2019 · 5 comments
Closed

word-count: Problem statement could use a couple of more examples #788

atil opened this issue Feb 8, 2019 · 5 comments
Labels
good first issue An improvement or bug fix that favors new contributors

Comments

@atil
Copy link

atil commented Feb 8, 2019

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:

car : carpet as java : javascript!!&@$%^&

car: 1,
carpet: 1,
as: 1,
java: 1,
javascript: 1
@coriolinus coriolinus added the good first issue An improvement or bug fix that favors new contributors label Feb 11, 2019
@gabriel376
Copy link

I can work on this.
However, if we decide to change, we should change the Problem Specification and update all tracks, not only Rust.

@coriolinus
Copy link
Member

coriolinus commented Feb 14, 2019 via email

@gabriel376
Copy link

I will open an issue on Problem Specification repo

@gabriel376
Copy link

I opened exercism/problem-specifications#1461
I suggest to close this one

@coriolinus
Copy link
Member

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
Labels
good first issue An improvement or bug fix that favors new contributors
Projects
None yet
Development

No branches or pull requests

3 participants