exercism / java

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

react: implement exercise #1815

Closed jmrunkle closed 1 year ago

jmrunkle commented 4 years ago

The exercise react has not been implemented yet for the Java track. 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.

Kineolyan commented 4 years ago

I liked this one a lot when I tested it on the Rust track. I am ok to implement it for the Java track, though it may not be ready really fast - tell me if it is an issue. To your knowledge, is there one version of the exercise in any other language that I should use as an inspiration?

jmrunkle commented 4 years ago

It's all yours. This is implemented in the Kotlin track which has a lot of similarity with the Java track anyway so feel free to take inspiration from there: https://github.com/exercism/kotlin/tree/master/exercises/react

github-actions[bot] commented 3 years ago

This issue has been automatically marked as action/stale because it has not had recent activity. Please update if there are new updates to provide.

Kineolyan commented 3 years ago

Though I still liked the exercise, I am letting it to someone else. Sorry and good luck.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as action/stale because it has not had recent activity. Please update if there are new updates to provide.

kahgoh commented 1 year ago

If you're still looking for someone to implement this exercise, I'd like to work on this one.

andrerfcsantos commented 1 year ago

@kahgoh That'd be great, go for it :)

kahgoh commented 1 year ago

@andrerfcsantos PR #2266 raised for this one