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

Implement new practice exercise: bottle-song #2357

Closed
sanderploegsma opened this issue Sep 19, 2023 · 4 comments · Fixed by #2507
Closed

Implement new practice exercise: bottle-song #2357

sanderploegsma opened this issue Sep 19, 2023 · 4 comments · Fixed by #2507
Assignees
Labels
help wanted Extra attention is needed implement exercise create exercise described in problem-spec repo x:action/create Work on something from scratch x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/practice-exercise Work on Practice Exercises x:size/medium Medium amount of work x:status/claimed Someone is working on this issue x:type/content Work on content (e.g. exercises, concepts)

Comments

@sanderploegsma
Copy link
Contributor

sanderploegsma commented Sep 19, 2023

The exercise bottle-song has not been implemented yet for the Java track, as it replaces the deprecated beer-song exercise (exercism/problem-specifications#2066).
The description of the exercise can be found in the problem specification repository.

How to implement a new exercise for the Java track is described in detail in CONTRIBUTING.md. Please have a look there first before starting working on the exercise.
Also please make sure it is clear that you are currently working on this issue, either by asking to be assigned to it, or by opening an empty PR.

When opening an PR, please reference this issue using any of the closing keywords.

If you have had a look at the exercise description and you concluded that the exercise might not be possible to implement in the Java language, please leave a comment and describe the problem.

In case you have any further questions, feel free to ask here.

@sanderploegsma sanderploegsma added help wanted Extra attention is needed x:action/create Work on something from scratch x:knowledge/elementary Little Exercism knowledge required x:module/practice-exercise Work on Practice Exercises x:type/content Work on content (e.g. exercises, concepts) x:size/medium Medium amount of work labels Sep 19, 2023
@sanderploegsma sanderploegsma added implement exercise create exercise described in problem-spec repo x:knowledge/intermediate Quite a bit of Exercism knowledge required and removed x:knowledge/elementary Little Exercism knowledge required labels Sep 19, 2023
@kahgoh
Copy link
Member

kahgoh commented Sep 27, 2023

I'd be happy to work on this one.

@sanderploegsma
Copy link
Contributor Author

@kahgoh great! I’ll assign it to you.

@sanderploegsma sanderploegsma added the x:status/claimed Someone is working on this issue label Sep 27, 2023
@kahgoh
Copy link
Member

kahgoh commented Sep 27, 2023

Hey @sanderploegsma, I was wondering with bottle-song replacing beer-song, should I still be generating a UUID for the exercise (as if adding it as a new exercise) or reusing the beer-song's UUID?

@sanderploegsma
Copy link
Contributor Author

Generally uuids should never be reused on Exercism, so definitely generate a new one! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed implement exercise create exercise described in problem-spec repo x:action/create Work on something from scratch x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/practice-exercise Work on Practice Exercises x:size/medium Medium amount of work x:status/claimed Someone is working on this issue x:type/content Work on content (e.g. exercises, concepts)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants