exercism / java

Exercism exercises in Java.
https://exercism.org/tracks/java
MIT License
686 stars 669 forks source link

Implement new practice exercise: `bottle-song` #2357

Closed sanderploegsma closed 11 months ago

sanderploegsma commented 11 months ago

The exercise bottle-song has not been implemented yet for the Java track, as it replaces the deprecated beer-song exercise (https://github.com/exercism/problem-specifications/issues/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.

kahgoh commented 11 months ago

I'd be happy to work on this one.

sanderploegsma commented 11 months ago

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

kahgoh commented 11 months ago

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 commented 11 months ago

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