Skip to content

Long expression IsPattern breaking #430

@belav

Description

@belav

The following

        if (
            someLongName____________________________________________________ is
            { } anotherLongName______________________
        ) {
            return;
        }

Is more readable as

        if (
            someLongName____________________________________________________
            is { } anotherLongName______________________
        ) {
            return;
        }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions