We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ffad5 commit 3c47803Copy full SHA for 3c47803
exercises/practice/two-fer/.meta/design.md
@@ -19,7 +19,7 @@ This exercise could benefit from the following rules in the [analyzer]:
19
```
20
21
- `actionable`: If the solution uses an `if` statement, instruct the student to use a ternary expression instead.
22
-- `actionable`: If the solution uses `String.format`, instruct the student to use simple string concatenation instead.
+- `informative`: If the solution uses `String.format`, instruct the student to use simple string concatenation instead.
23
Explain that `String.format` is significantly slower than concatenating strings and should be used in more complex scenarios.
24
25
[analyzer]: https://github.com/exercism/java-analyzer
0 commit comments