Skip to content

Refactoring: Create Labeled Node #18

@nikeee

Description

@nikeee

Before:

graph {
    a -- { b c }
    c -- b
}

(user refators b to new labeled node)

After:

graph {
    node_b [label="b"]
    a -- { node_b c }
    c -- node_b
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-refactoringsStuff that changes the structure of the code, keeping semanticsenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions