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 booking-up-for-beauty concept exercise (#2753)
* Adding analyzer feedback for concept exercise
* Updating comments to actionables instead of essentials
* Adding other compliant method to the haspassed comment
Copy file name to clipboardExpand all lines: exercises/concept/booking-up-for-beauty/.meta/design.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,19 @@
22
22
23
23
-`strings`: know how to use string formatting.
24
24
-`numbers`: know how to apply basic mathematical operators.
25
+
26
+
## Analyzer
27
+
28
+
This exercise could benefit from the following rules in the [analyzer]:
29
+
30
+
-`actionable`: If the student did not use `ofPattern` and `parse` methods in the `schedule` method, instruct the student to do so.
31
+
-`actionable`: If the student did not use `isBefore` or `compareTo` methods in the `hasPassed` method, instruct the student to do so.
32
+
-`actionable`: If the student did not use `getHour` in the `isAfternoonAppointment` method, instruct the student to do so.
33
+
-`actionable`: If the student did not use `ofPattern` and `DateTimeFormatter.format` methods in the `getDescription` method, instruct the student to do so.
34
+
-`actionable`: If the student did not use `getYear` in the `getAnniversaryDate` method, instruct the student to do so.
35
+
-`informative`: If the solution uses `String.format` in the `getDescription` method, inform the student that this cause a small performance penalty compared to string concatenation.
36
+
37
+
If the solution does not receive any of the above feedback, it must be exemplar.
38
+
Leave a `celebratory` comment to celebrate the success!
0 commit comments