You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: exercises/concept/wizards-and-warriors/.meta/design.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,13 @@ This exercise does not require any specific representation logic to be added to
34
34
35
35
## Analyzer
36
36
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!
0 commit comments