You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue describes how to improve the attack-of-the-trolls concept exercise for the concept flag-enums for the C# track.
Getting started
Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before creating the issue, please read up on the following documents:
The Enums Advanced exercise should be lightly modified to require parsing an enum with Enum.Parse.
Consider adding the generic-types Concept as prerequisites if necessary (edit config.json and .meta/design.md).
Change the solution and test file and the .meta/Example.cs accordingly
Change the hints.md and instructions.md files accordingly
Help
If you have any questions while improving the exercise, please post the questions as comments in this issue.
The text was updated successfully, but these errors were encountered:
This issue describes how to improve the
attack-of-the-trolls
concept exercise for the conceptflag-enums
for the C# track.Getting started
Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before creating the issue, please read up on the following documents:
Please also watch the following video:
Goal
The Enums Advanced exercise should be lightly modified to require parsing an enum with
Enum.Parse
.Consider adding the
generic-types
Concept as prerequisites if necessary (edit config.json and .meta/design.md).Change the solution and test file and the .meta/Example.cs accordingly
Change the hints.md and instructions.md files accordingly
Help
If you have any questions while improving the exercise, please post the questions as comments in this issue.
The text was updated successfully, but these errors were encountered: