Skip to content
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

Added exercise reverse-string #208

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

rainij
Copy link
Contributor

@rainij rainij commented Jun 23, 2022

Added a new practice exercise reverse-string from problem-specifications.

@rainij
Copy link
Contributor Author

rainij commented Jun 23, 2022

I essentially followed this procedure: https://exercism.org/docs/building/configlet/sync. I wonder about the file .docs/instructions.append.md which is present in a few exercises. It seems to contain track-specific text. I think I could use it here too. To express that one should not use List.reverse to solve the exercise (or something like that). At the moment I did not include it since I did not find any documentation on it. Can somebody point me in the right direction?

@rainij rainij force-pushed the add-exercise-reverse-string branch from 01e9da3 to 8865bd5 Compare June 23, 2022 18:48
@rainij rainij marked this pull request as ready for review June 23, 2022 18:50
@ErikSchierboom
Copy link
Member

At the moment I did not include it since I did not find any documentation on it. Can somebody point me in the right direction?

It's in the practice exercise docs: https://exercism.org/docs/building/tracks/practice-exercises#h-file-docs-instructions-append-md

@rainij rainij marked this pull request as draft June 24, 2022 06:56
@rainij rainij mentioned this pull request Jun 24, 2022
@rainij rainij force-pushed the add-exercise-reverse-string branch from 8865bd5 to b44836d Compare June 24, 2022 18:00
@rainij
Copy link
Contributor Author

rainij commented Jun 24, 2022

After thinking a little bit about it I figured that .docs/instructions.append.md is not really necessary.

@rainij rainij marked this pull request as ready for review June 24, 2022 18:03
@rainij rainij merged commit 7db1a94 into exercism:main Jun 24, 2022
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.

None yet

2 participants