java icon indicating copy to clipboard operation
java copied to clipboard

dot-dsl: implement exercise

Open jmrunkle opened this issue 4 years ago • 5 comments

The exercise dot-dsl 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.

jmrunkle avatar Apr 19 '20 04:04 jmrunkle

Greetings, Would it be O.K. if I take this? Best, James

jaahay avatar Aug 13 '20 20:08 jaahay

Sure, go ahead. Work has been a little more busy than i thought lately so I’ll find a different one.

Thanks

Cliff

On Aug 13, 2020, at 3:47 PM, James Hay [email protected] wrote:

 Greetings, Would it be O.K. if I take this? Best, James

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

CliffRoberson avatar Aug 13 '20 20:08 CliffRoberson

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.

github-actions[bot] avatar Sep 24 '21 03:09 github-actions[bot]

@sanderploegsma it is still required to add this exercise? If yes, I would like to give it a try!

manumafe98 avatar Dec 28 '23 23:12 manumafe98

In general: yes. One reason not to add this exercise is if it covers concepts that don't really exist in Java. For example: one of the problem specifications (Lens Person) is really oriented towards functional programming languages, so we decided not to add it to the Java track.

I'm not familiar with the specifics of this exercise, so it could be that it's not a good fit for the Java track. I am open to suggestions from both sides, so if you have a cool idea on how to implement the exercise then go for it.

sanderploegsma avatar Jan 03 '24 13:01 sanderploegsma