Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation to TextProcessorJDK.findWordleWords() for haiku-kata-solutions module #297

Open
rzrobin213 opened this issue Sep 21, 2023 · 2 comments · May be fixed by #351
Open

Add implementation to TextProcessorJDK.findWordleWords() for haiku-kata-solutions module #297

rzrobin213 opened this issue Sep 21, 2023 · 2 comments · May be fixed by #351
Assignees

Comments

@rzrobin213
Copy link
Contributor

The method findWordleWords() in the TextProcessorJDK class for the haiku-kata-solutions module is not yet implemented. Follow the TODOs and hints given in the method. Please do not add solutions to the non-solution modules. After writing the code, uncomment the test and tag annotations and check that the test case findWordleWords() in the TextProcessorJDKTest passes for the haiku-kata-solutions module. Make sure to adhere to our contribution guide.

Please note that this issue is created for GHC 2023 Open Source Day, thus priority will be given to the attendees of this event. After the event, this issue will be open to anyone.

@PrathikshaPuthren
Copy link

PrathikshaPuthren commented Sep 22, 2023

Hi @prathasirisha i would be interested to work on this issue, i'm GHC'23 attendee, thank you!

@HarshSawarkar
Copy link

HarshSawarkar commented Nov 21, 2023

hey @rzrobin213, I have created a PR for the above issue.Can you please review it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment