Hacker News new | ask | show | jobs
by 908B64B197 2151 days ago
> I very rarely find myself working with finite state machines, but when I do, it's nice to feel comfortable reasoning about them.

When you recognize a state machine somewhere it makes the code and everything around it so much simpler.

1 comments

It really, really does. It's not the correct tool for every job, but when it's right, it's very right.