-
-
Notifications
You must be signed in to change notification settings - Fork 675
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
#48in24: Add analyzer feedback for Parallel Letter Frequency #2713
Comments
Just as a reminder, the exercise text currently states that:
However, there is not (yet) such a test case. Maybe for now remove that section and replace it with a note that participants should take care themselves that they are using some kind of parallelism in their solutions. |
Thanks for the feedback, good to know! PR is welcome if you're willing to fix it yourself 😁 |
Can you give me a hint where I can the find the text for the exercise? I assumed it would be in this repository, but I have cloned it and searched for the mentioned paragraph without any matches. |
The exercise docs suggested that the submitted code is automatically tested for the usage of parallelism. This is not the case, so the paragraph rewritten to instead suggest students to check for parallelism themselves. To help, a few links to resources about concurrency and parallelism in Java are added.
Ah, it was in a hidden directory, so I didn't find it with a simple Anyway, I've created a PR. Not sure if the linked resources are ideal (I'm not up-to-date with Java), but it was what I was using while doing the exercise. |
The fact that the tests are currently not checking for parallelism is no longer mentioned in the instructions. Resources about concurrency are moved to `hints.md`.
* Update instructions for parallel-letter-frequency (#2713) The exercise docs suggested that the submitted code is automatically tested for the usage of parallelism. This is not the case, so the paragraph rewritten to instead suggest students to check for parallelism themselves. To help, a few links to resources about concurrency and parallelism in Java are added. * Split up docs for parallel-letter-frequency (#2713) The fact that the tests are currently not checking for parallelism is no longer mentioned in the instructions. Resources about concurrency are moved to `hints.md`. * Apply suggestion to parallel-letter-frequency hints Co-authored-by: Sander Ploegsma <sanderploegsma@gmail.com> --------- Co-authored-by: Sander Ploegsma <sanderploegsma@gmail.com>
The Parallel Letter Frequency exercise on the Java track is being featured in the #48in24 challenge, which means that we expect an influx of students attempting to solve it during that week.
It would be nice if the exercise contains some more content by that time.
One example of this is to add analyzer feedback for the exercise, to provide automated feedback on submitted solutions.
Adding analyzer feedback is done in three steps:
.meta/design.md
file for the exercise explaining what type of feedback the analyzer should provide (example for the Leap exercise).The text was updated successfully, but these errors were encountered: