-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 hints to some exercises #234
Comments
The following exercises could probably use some hints:
|
Great idea @abo64 and thanks @ErikSchierboom for bringing this to the F# track as well. I've gone ahead and sent a first exercise here and if it looks good I'll try to take care of some of the others as well. |
@robkeim I've updated the list with more suggested hints. |
Thanks @ErikSchierboom you're making fixing this too easy by going as far as to include links :) I sent a PR with a few additional ones, and I'll try to get some more done soon. |
Fantastic! |
I added hints for the rest of the ones where I understood what you were thinking @ErikSchierboom. Here are the remaining ones (they're also unchecked above):
I think we've got a great start here, and people can add/adopt/modify as we go along. Given that I solved these exercises a while ago, the potential pain points/traps aren't fresh in my head like when I first solved them. |
Fantastic! I'll do the remaining hints later this week. I just have to finish the last 10 problems of the EcmaScript track first :) Once again, thanks for the great work! |
You're welcome, thanks for putting together the list. Looking forward to being able to use your hints for the two problems I haven't solved on your list if I get stuck ;) |
One them must be |
Haha thanks :) |
All hints have been added. This issue can be closed. If we do think of more hints, we can just add them individually. |
Great, thanks for driving this effort @ErikSchierboom! |
@abo64 added this issue to the Scala track, which I thought was a brilliant plan. I'm just gonna literally copy-and-paste that issue's text:
We should make a list of exercises for which some hints can be added. Of course, the first exercises should be more hint-heavy than the latter, although even for advanced exercises hints can be very useful. One example of this are the text parsing exercises, where we could guide people to using FParsec.
The text was updated successfully, but these errors were encountered: