Skip to content

Commit

Permalink
Adding analyzer feedback for wizard-and-warriors concept exercise (#2731
Browse files Browse the repository at this point in the history
)

* Adding analyzer feedback for wizard-and-warriors concept exercise

* Deleting offtopic comments and requirement of ternary operatos, adding a new comment regartding override annotation
  • Loading branch information
manumafe98 authored Feb 28, 2024
1 parent 6e697e4 commit 7653a5e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions exercises/concept/wizards-and-warriors/.meta/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ This exercise does not require any specific representation logic to be added to

## Analyzer

This exercise does not require any specific analyzer logic to be added to the [analyzer][analyzer-java].
This exercise could benefit from the following rules in the [analyzer]:

- `actionable`: If the student left any `// TODO: ...` comments in the code, instruct them to remove these.
- `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.

If the solution does not receive any of the above feedback, it must be exemplar.
Leave a `celebratory` comment to celebrate the success!

[representer-java]: https://github.com/exercism/java-representer
[analyzer-java]: https://github.com/exercism/java-analyzer
[analyzer]: https://github.com/exercism/java-analyzer

0 comments on commit 7653a5e

Please sign in to comment.