Commit a2341ae
Gonzalo Diaz
[BUGFIX] SonarQube: Prefer class field declaration over
Class properties should be declared as fields rather than assigned in constructors javascript:S7757this assignment in constructor for static values.1 parent fd44d58 commit a2341ae
File tree
1 file changed
+1
-1
lines changed- src/hackerrank/interview_preparation_kit/dynamic_programming
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments