-
-
Notifications
You must be signed in to change notification settings - Fork 946
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
Create mentoring.md for Beer Song in C# #2359
base: main
Are you sure you want to change the base?
Conversation
Mentoring guide for the given exercise to help others mentoring this in the future. It comes with the mentoring proposal, an exemplar solution and a link with a possible learning material.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+cc @exercism/csharp
The student would normally go first using the if/else and if/else if statements. | ||
Suggesting the use of case statements first will be optimal and instructive. | ||
|
||
The student would normally go first using the if/else and if/else if statements. That's not wrong, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exercism markdown standard is one sentence per line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Could you maybe try and format this like existing mentoring notes? Such as https://github.com/exercism/website-copy/blob/main/tracks/csharp/exercises/hamming/mentoring.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth listing more possible solutions, e.g. this one has logic deduplicated:
Mentoring guide for the given exercise to help others mentoring this in the future.
It comes with: