exercism / csharp

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

Bowling and Nullability #2232

Closed mthanson8333 closed 4 months ago

mthanson8333 commented 4 months ago

In the C# exercise Bowling the return type for method Score is int?. Either return an integer or return null. The instructions make no reference to null. All the test scripts for Score method return a valid integer or ArgumentException. There is no test for nullability. See exercise here: https://exercism.org/tracks/csharp/exercises/bowling. Recommend remove null option from the return type. And remove Bowling from the Learning path. If link doesn't work, copy text and paste into browser.

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.