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/practice/bank-account/.meta/design.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,4 @@ This exercise could benefit from the following rules in the [analyzer](https://g
11
11
them early.
12
12
-`essential`: If the solution **does not throw an exception when `amount` exceeds `balance` during withdrawal**,
13
13
instruct the student to add this check.
14
-
-`actionable:`: If the solution **declares zero or more than one `boolean`/`Boolean` field to track account state**,
15
-
instruct the student to use exactly one such field.
14
+
-`actionable`: Verify that the solution **declares exactly one `boolean`/`Boolean` field to track account state**; if the count is zero or greater than one, instruct the student to use exactly one such field.
0 commit comments