Skip to content

Microflow builder anchor precedence is duplicated across flow construction paths #324

@hjotha

Description

@hjotha

Problem:

The builder has duplicated pending-anchor and branch-destination selection logic in multiple flow construction paths. That makes follow-up bug fixes harder to review because each fix also has to touch duplicated control-flow plumbing.

Expected:

Shared anchor selection logic should live in small helpers, with no behavior change.

Impact:

The current duplication increases review risk for future anchor and branch-handler fixes.

Proposed fix:

Extract helpers for branch destination anchor selection and pending-flow anchor precedence.

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