Skip to content

Subclass Out GUI Nodes from Runner #101

Open
@raymondwjang

Description

@raymondwjang

IMPORTANT

Critical to keeping the package maintainable and extensible.

Background

Currently, the GUI nodes are hardcoded into the Runner class. (The nodes get initialized in __post_init__ of Runner and are hardcoded in prep and iter of Runner)

This is going to cause a major case of spaghetti code that is unmaintainable, as Runner is violating SRP by technically initiating GUI communication and running WebSocket/video encoding processes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions