Skip to content

Refactor that would check order of called private methods and reorder them if needed #4

@TomasVotruba

Description

@TomasVotruba
private function getThis()
{
}

// this one should be above, because reading code from top to bottom makes is easier to understand
private function getThat()
{
    return $this->getThis();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions