Skip to content
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

Bob too early #2276

Closed
GeF0rs opened this issue Jun 11, 2024 · 1 comment · Fixed by #2277
Closed

Bob too early #2276

GeF0rs opened this issue Jun 11, 2024 · 1 comment · Fixed by #2277

Comments

@GeF0rs
Copy link

GeF0rs commented Jun 11, 2024

I'm going through exercises in C# and exercise Bob opened too early.
There are tests that serve strings with only numbers, for example:
Assert.Equal("Whatever.", Bob.Response("1, 2, 3"));

And in order to determine that there is at least one letter character, you need to use either a linq or a loop
However, at the moment when this task opens, we know nothing about either one or the other.

I suggest either opening the exercise later or removing some of the tests.

@ErikSchierboom
Copy link
Member

#2277 adds for-loops as a prerequisite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants