Skip to content

Change State Machine to use callbacks and an execute() function #23

@rbmj

Description

@rbmj

To diversify the code base and to avoid having giant functions, can we move all of the code logic to some callbacks that are registered with the state? The two easiest ways to do this are with the state_machine type construct in hex43 and the registry. I don't care how you do it, but we need to make this easy and extensible. I see state machines running inside of state machines... :)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions