Skip to content

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

Merged
merged 2 commits into from
Aug 7, 2018
Merged

docs: Update documentation #615

merged 2 commits into from
Aug 7, 2018

Conversation

ErikSchierboom
Copy link
Member

No description provided.

@ErikSchierboom
Copy link
Member Author

This PR adds both a general running the tests section, as well as links to the additional resources.

Copy link
Contributor

@jpreese jpreese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo fixes

* [\@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.
Copy link
Contributor

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

## 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) .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after period

@@ -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.
Copy link
Contributor

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").
Copy link
Contributor

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..."

Copy link
Member Author

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
Copy link
Contributor

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?

Copy link
Member Author

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?

@ErikSchierboom
Copy link
Member Author

@jpreese Thanks for the review! I've updated the PR (please squash before merging please).

@jpreese
Copy link
Contributor

jpreese commented Aug 7, 2018

Looks like a test failed, rerunning build to double check.

@jpreese jpreese merged commit ae18b13 into exercism:master Aug 7, 2018
@ErikSchierboom
Copy link
Member Author

Thanks!

@ErikSchierboom ErikSchierboom deleted the update-docs branch August 7, 2018 14:49
@jpreese
Copy link
Contributor

jpreese commented Aug 7, 2018

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants