java icon indicating copy to clipboard operation
java copied to clipboard

lens-person: implement exercise

Open jmrunkle opened this issue 5 years ago • 1 comments
trafficstars

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.

jmrunkle avatar Apr 19 '20 04:04 jmrunkle

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]

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

sougat818 avatar Nov 05 '23 10:11 sougat818

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

sanderploegsma avatar Nov 05 '23 11:11 sanderploegsma