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
Copy file name to clipboardExpand all lines: exercises/concept/secrets/.meta/design.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,18 @@ The goal of this exercise is to teach the student about bitwise operations in Ja
17
17
This exercise's prerequisites Concepts are:
18
18
19
19
- 'numbers'
20
+
21
+
## Analyzer
22
+
23
+
This exercise could benefit from the following rules in the [analyzer]:
24
+
25
+
-`essential`: If the student did not use the `>>>` operator in the `shiftBack` method, instruct the student to do so.
26
+
-`essential`: If the student did not use the `|` operator in the `setBits` method, instruct the student to do so.
27
+
-`essential`: If the student did not use the `^` operator in the `flipBits` method, instruct the student to do so.
28
+
-`essential`: If the student did not use the `&` operator in the `clearBits` method, instruct the student to do so.
29
+
-`informative`: If the solution did not use the `~` operator in the `clearBits` method, inform the student that with it will achieve a more concise solution.
30
+
31
+
If the solution does not receive any of the above feedback, it must be exemplar.
32
+
Leave a `celebratory` comment to celebrate the success!
0 commit comments