exercism / csharp

Exercism exercises in C#.
https://exercism.org/tracks/csharp
MIT License
333 stars 339 forks source link

Bowling and Nullability #2234

Closed mthanson8333 closed 4 months ago

mthanson8333 commented 4 months ago

I just completed the C# bowling exercise. This exercise is listed under Nullability. The only variable listed as nullable was the return value for Score (int?). I completed my exercise and didn’t have a need to use null in score. I looked at 3 of the pros examples and they don’t seem to use it. None of the tests check for nullability. If a game didn’t start or complete, we returned ArgumentException error. Did I fail to follow the instructions? https://exercism.org/tracks/csharp/exercises/bowling.

github-actions[bot] commented 4 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

kotp commented 4 months ago

https://forum.exercism.org/t/bowling-and-nullability/10005/6 for the forum discussion requesting this pull request.