docs: Update documentation#615
Merged
jpreese merged 2 commits intoexercism:masterfrom Aug 7, 2018
ErikSchierboom:update-docs
Merged
docs: Update documentation#615jpreese merged 2 commits intoexercism:masterfrom ErikSchierboom:update-docs
jpreese merged 2 commits intoexercism:masterfrom
ErikSchierboom:update-docs
Conversation
Member
Author
|
This PR adds both a general running the tests section, as well as links to the additional resources. |
jpreese
suggested changes
Aug 6, 2018
| * [\@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. |
| ## 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) . |
| 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. |
| - **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"). |
Contributor
There was a problem hiding this comment.
this sentence seems a little confusing.. "..cluster or as the second letter..."
Member
Author
There was a problem hiding this comment.
Could you create this as an issue at the problem-specifications repo?
| No Sharps or Flats: | ||
| C major | ||
| A minor | ||
| a minor |
Contributor
There was a problem hiding this comment.
shouldnt this be left as capital?
Member
Author
There was a problem hiding this comment.
Could you create this as an issue at the problem-specifications repo?
Member
Author
|
@jpreese Thanks for the review! I've updated the PR (please squash before merging please). |
jpreese
approved these changes
Aug 7, 2018
Contributor
|
Looks like a test failed, rerunning build to double check. |
Member
Author
|
Thanks! |
Contributor
|
🎉 |
This was referenced Aug 7, 2018
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.