I enjoyed this talk on visually editing state mach...
# thinking-together
p
I enjoyed this talk on visually editing state machines and remix.js as a way for hiding certain implementation details that we normally have to deal with. I think there's a near future here.

https://www.youtube.com/watch?v=r4xI6LPf6iQ

. The talk is a bit slow to get started
i
State machines are life. If I can model all of my applications with state machines in an enterprise sort of situation, I absolutely will. All of my code tends to be “state shifting“. It’s how I think. The more tools we have to interact with definite states and how they interact with the system as a whole, well… The better things will be! Ha ha.
g
The classic paper on state machines for Software is Harel’s. The classic problem of state machines is “the state explosion problem”. Harel’s StateCharts takes care of that problem. My reading of the original StateChart Paper (@Ivan Lugo et al).
w
Harel is a classic for a reason.
i
@guitarvydas I’m excited to dig in those presentations. The first things I saw were language and diagrams around the concept of modular state machines. I want to see how that’s formalized up. I have a coworker that would chew this up too (ahem ahem @Blad Tellez) as we’ve been talking about this quite a bit. If I can grok StateCharts, I think I’ll end up with a brand new and useful organization tool for state management. That, as they say, is legit.