-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
if (index > 0) {
if (numbers[index - 1] == 3) {
return true;
}
}
Current feedback:
{
"code": "CollapsibleIfStatements",
"text": "These nested if statements could be combined",
"line": "if (numbers[index + 1] == 3) {",
"line_number": 23,
"column_number": 1,
"category": "BEST_PRACTICES",
"influence_on_penalty": 0
}
Change the tip into These nested if statements could be combined by && operator
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed