Skip to content

Inspection - ternary function IIF, can be made into ternary operator-ish statement #3068

@ThunderFrame

Description

@ThunderFrame

RD should identify short-circuit opportunities:

IIf condition, funcB, funcC

becomes inline If

If condition Then funcB Else funcC

or, If-block

If condition Then
  funcB
Else
  funcC
End If

Metadata

Metadata

Assignees

No one assigned

    Labels

    difficulty-02-duckyResolving these involves the internal API, but with relatively easy problems to solve.enhancementFeature requests, or enhancements to existing features. Ideas. Anything within the project's scope.feature-inspectionsfeature-refactoringsup-for-grabsUse this label in conjunction with a difficulty level label, e.g. difficulty-02-ducky

    Type

    No type

    Projects

    Status

    Backlog | Inspections

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions