-
-
Notifications
You must be signed in to change notification settings - Fork 131
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 #220
Comments
Great idea. I would also suggest to include hints for the text-parsing exercises to Scala's parser combinator feature. For the |
@ErikSchierboom I am working on @ErikSchierboom @ricemery First I intended to add the whole list of exercises to this issue so that we can checkmark those containing hints, but decided against it because I thought we will have hints only for a couple but not all of them. Or perhaps add such a list, but only for those exercises that need hints? |
I don't think we should do this for all exercises, but only for those where it makes sense. Also, in general, the smaller the PR the better, so my preference would be to create one PR per exercise. Creating a list for all exercises that need hints might be wise, as it allows us to keep track of progress. |
thx @ErikSchierboom EDIT: I added the list. |
Most exercises have their own favorable solutions and characteristic pitfalls.
To give people some guidance and avoid writing repetitive or similar code comments again and again
we should add a
HINTS.md
file to any exercise where it makes sense.Especially the first couple of exercises should have such a file to assist beginners.
Another case is exercises dealing with special features of the language like
Option
orEither
.Here is a first short list of exercises that should contain hints. Please add more if you feel the need.
And add the checkmark to the respective exercise if you have added the hints.
The text was updated successfully, but these errors were encountered: