Secret Handshake exercise should have `Signal` class/enum visible/editable
See original GitHub issueMore context: https://exercism-team.slack.com/archives/CATD6MX62/p1661262277270479
For the online editor, it’s not clear that the enum is already defined, so students might attempt to redefine it inside HandshakeCalculator
. That causes deceiving compilation errors.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Community solutions for Secret Handshake in Java on Exercism
Explore other people's solutions to Secret Handshake in Java, and learn how others have solved the exercise.
Read more >Exercism Java Statistics & Issues - Codesti
Secret Handshake exercise should have `Signal` class/enum visible/editable, closed, 5, 2022-08-24, 2022-11-27, 2022-10-29.
Read more >java - Github Plus
The exercise high-scores has not been implemented yet for the Java track. ... Secret Handshake exercise should have `Signal` class/enum visible/editable.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It appears for me now 🎉
@andrerfcsantos I wrote the script to check exercise files and added missing files: https://github.com/exercism/java/pull/2195 😁