|
|
|
|
|
by all2
221 days ago
|
|
I'd be curious what statemachine libs you're using. The open source side of python statemachines is pretty limited (though python-statemachine is rather nice and its repo owner is a pleasure to work with). Something on the typescript side? I've seen that union types can be rather elegant for representing the structure of a statemachine. |
|