Closed ollimeier closed 2 months ago
This came up in a meeting together with Just, today. We decided to unroll the loops for consistency (code quality).
Related lines: for (const selectNone of [false, true]) { and for (const selectPrevious of [true, false]) {
for (const selectNone of [false, true]) {
for (const selectPrevious of [true, false]) {
This came up in a meeting together with Just, today. We decided to unroll the loops for consistency (code quality).
Related lines:
for (const selectNone of [false, true]) {
andfor (const selectPrevious of [true, false]) {