-
-
Notifications
You must be signed in to change notification settings - Fork 680
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 concept: optionals
#2555
Comments
After adding the concept, it should probably be added as a prerequisite to the following practice exercises:
|
I would like to try on this one! |
Great, looking forward to it! I'll assign you. |
@manumafe98 just checking; are you still working on this? Or did it perhaps fall off your radar while tackling the other issues? 😉 |
@sanderploegsma This is still under my radar! just I was trying to get more knowledge on how to create exercises to make a better job |
@sanderploegsma I was thinking on how to tackle this concept, and checking the rust example that you passed in the description, they introduce in the same exercise the |
I'm not sure that is a good idea to be honest.
Not really though, the Rust track doesn't have a concept |
The goal of this issue is to add a new concept to the Java track that introduces
optionals
. The corresponding concept exercise can probably be based on the "Role Playing Game" exercise from the Rust track or the Elm track.Instructions on how to contribute to the Java track and how to implement concept exercises can be found in the contributing guide.
As always, leave a comment here if you want to work on this exercise, and we'll assign it to you. In case you have any further questions, feel free to ask here.
The text was updated successfully, but these errors were encountered: