-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
Do we need to make READMEs for earlier exercises simpler / add more hints? #1389
Comments
That's really useful to know, thanks @sjwarner-bp! 🙂 The first exercise, hello-world, has a long tutorial which I think explains everything you have to do to make the tests pass (including deleting the exception and returning something instead). We could add that tutorial to more of the earlier exercises? Or maybe just reference it in the other exercises so that people know where to look for more instructions? |
That's perfect! It's been so long since I did the track, I'd forgotten that was there. I don't want to bloat the readmes unnecessarily because I think we shouldn't overwhelm users with too much info! Additionally, it was mentioned...
... so we probably shouldn't add too much! I like the idea of referencing the tutorial 🙂 |
Okay, should we reference the tutorial in e.g. the first three core exercises? Or all exercises with difficulty 2 or below? Or any other suggestions? 🙂 |
What do you think @sjwarner-bp? I think maybe referencing the tutorial in all exercises with difficulty 2 or below would be best? That's five exercises (I think, unless I counted wrong) which sounds like a good number. And it hopefully shouldn't be too hard to remember to add a reference to any new exercises that are added. We can mention it in the new exercise section of the contributing guide 🙂 And I think most exercises that are added tend to have a difficulty higher than two anyway, so I don't think it'll be a very common problem 🙂 If you're happy with that approach then I can make good first patch issues for adding the references 🙂 |
Oops! Completely missed this message - I think that sounds good too 🙂 Hopefully that will help new users out (and adding it to the contributing guide is a great idea)! |
All the issues are closed now so I believe this can be closed too! 🙂 |
Some feedback taken from the exercism/java Gitter room:
...
Maybe we need to append some hints to make it more obvious what is expected for brand new users (or make it more explicit that the tests are the place to consult for implementation questions?
What do we think @exercism/java? I'd be interested in hearing opinions and getting them implemented if we decide anything needs to be done! 🙂
The text was updated successfully, but these errors were encountered: