Skip to content

Commit 7653a5e

Browse files
authored
Adding analyzer feedback for wizard-and-warriors concept exercise (#2731)
* Adding analyzer feedback for wizard-and-warriors concept exercise * Deleting offtopic comments and requirement of ternary operatos, adding a new comment regartding override annotation
1 parent 6e697e4 commit 7653a5e

File tree

1 file changed

+8
-2
lines changed
  • exercises/concept/wizards-and-warriors/.meta

1 file changed

+8
-2
lines changed

exercises/concept/wizards-and-warriors/.meta/design.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ This exercise does not require any specific representation logic to be added to
3434

3535
## Analyzer
3636

37-
This exercise does not require any specific analyzer logic to be added to the [analyzer][analyzer-java].
37+
This exercise could benefit from the following rules in the [analyzer]:
38+
39+
- `actionable`: If the student left any `// TODO: ...` comments in the code, instruct them to remove these.
40+
- `informative`: If the solution didn't use the `Override` annotation for the overrided methods, inform the student that it's a good practice to add it.
41+
42+
If the solution does not receive any of the above feedback, it must be exemplar.
43+
Leave a `celebratory` comment to celebrate the success!
3844

3945
[representer-java]: https://github.com/exercism/java-representer
40-
[analyzer-java]: https://github.com/exercism/java-analyzer
46+
[analyzer]: https://github.com/exercism/java-analyzer

0 commit comments

Comments
 (0)