Skip to content

Split 'if' with '&&' condition into nested 'if'-statements #130

@ElemarJR

Description

@ElemarJR
if (a && b)
{
}

becomes

if (a)
{
  if (b)
  {
  }
}

Category: Refactoring
Severity: Hidden
ID: CC0076

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions