Skip to content

Merge nested if statements #131

@ElemarJR

Description

@ElemarJR
if (a)
{
  if (b)
  {
  }
}

Becomes:

if (a && b)
{
}

Category: Refactoring
Severity: Hidden
ID: CC0075

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions