exercism / java

Exercism exercises in Java.
https://exercism.org/tracks/java
MIT License
697 stars 680 forks source link

Move Signal.java to "solution" file in Secret Handshake #2825

Closed kahgoh closed 4 months ago

kahgoh commented 4 months ago

pull request

Previously, it was listed as an "editor" file, which makes the file "read only" (i.e. students are not allowed to modify this file). But this contradicts our mentoring notes, which encourage students to make changes. Moving to "solution" allows students to make modifications.

Config.json docs: https://exercism.org/docs/building/tracks/config-json Mentoring notes: https://github.com/exercism/website-copy/blob/main/tracks/java/exercises/secret-handshake/mentoring.md

Fixes #2824


Reviewer Resources:

Track Policies