-
-
Notifications
You must be signed in to change notification settings - Fork 365
docs: Update documentation #615
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
Conversation
This PR adds both a general running the tests section, as well as links to the additional resources. |
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.
Typo fixes
docs/RESOURCES.md
Outdated
* [\@dotnet](https://twitter.com/DotNet) is the official .NET Twitter account. | ||
* [Gitter](https://gitter.im/exercism/xcsharp) is the C# Gitter room, go here to get support and ask questions related to the C# track. | ||
|
||
- [StackOverflow ](http://stackoverflow.com/questions/tagged/c%23) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions. |
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.
extra space in the tag
exercises/clock/README.md
Outdated
## Hints | ||
This exercise requires you to implements a type-specific method for determining equality of instances. | ||
For more information, see [this page] | ||
(https://docs.microsoft.com/en-us/dotnet/core/api/System.IEquatable-1) . |
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.
space after period
exercises/clock/README.md
Outdated
@@ -6,6 +6,20 @@ You should be able to add and subtract minutes to it. | |||
|
|||
Two clocks that represent the same time should be equal to each other. | |||
|
|||
## Hints | |||
This exercise requires you to implements a type-specific method for determining equality of instances. |
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.
implement*
- **Rule 1**: If a word begins with a vowel sound, add an "ay" sound to the end of the word. Please note that "xr" and "yt" at the beginning of a word make vowel sounds (e.g. "xray" -> "xrayay", "yttria" -> "yttriaay"). | ||
- **Rule 2**: If a word begins with a consonant sound, move it to the end of the word and then add an "ay" sound to the end of the word. Consonant sounds can be made up of multiple consonants, a.k.a. a consonant cluster (e.g. "chair" -> "airchay"). | ||
- **Rule 3**: If a word starts with a consonant sound followed by "qu", move it to the end of the word, and then add an "ay" sound to the end of the word (e.g. "square" -> "aresquay"). | ||
- **Rule 4**: If a word contains a "y" after a consonant cluster or as the second letter in a two letter word it makes a vowel sound (e.g. "rhythm" -> "ythmrhay", "my" -> "ymay"). |
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.
this sentence seems a little confusing.. "..cluster or as the second letter..."
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.
Could you create this as an issue at the problem-specifications repo?
C major | ||
A minor | ||
a minor |
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.
shouldnt this be left as capital?
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.
Could you create this as an issue at the problem-specifications repo?
@jpreese Thanks for the review! I've updated the PR (please squash before merging please). |
Looks like a test failed, rerunning build to double check. |
Thanks! |
🎉 |
No description provided.