exercism / java

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

lens-person: implement exercise #1811

Closed jmrunkle closed 10 months ago

jmrunkle commented 4 years ago

The exercise lens-person 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.

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.

sougat818 commented 10 months ago

I had a look at this and this concept seems to be very specific to functional programming languages and not present in Java. I can raise a PR to forego this as they have done in the python stream .

https://github.com/exercism/python/pull/1299

sanderploegsma commented 10 months ago

Yes I think I agree with you. IMO it's fine to forego this exercise for the Java track, so a PR is welcome!