You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method guess(String guess) in the WordleEC record for the wordle-kata-solutions module is not yet implemented. This is a more difficult exercise as it involves more EC APIs and has less guiding hints. Please complete the haiku-kata first if you're struggling with this issue. 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 casematchWordWithGuess() in the WordleECTest class passes for the wordle-kata-solutions module. Make sure to adhere to our contribution guide.
Please note that this issue is created for GHC 2023 and 2024 Open Source Day, thus priority will be given to the attendees of this event. After the event, this issue will be open to anyone.
The text was updated successfully, but these errors were encountered:
The method
guess(String guess)
in theWordleEC
record for the wordle-kata-solutions module is not yet implemented. This is a more difficult exercise as it involves more EC APIs and has less guiding hints. Please complete the haiku-kata first if you're struggling with this issue. 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 casematchWordWithGuess()
in theWordleECTest
class passes for the wordle-kata-solutions module. Make sure to adhere to our contribution guide.Please note that this issue is created for GHC 2023 and 2024 Open Source Day, thus priority will be given to the attendees of this event. After the event, this issue will be open to anyone.
The text was updated successfully, but these errors were encountered: