Live data from Hacker News

Why Developers Never Use State Machines (2011)

skorks.com

1–10 of 164 posts

Re: Why Developers Never Use State Machines (2011)

#7
> I am the only kind of developer there is and so therefore I will speak with authority as to what all developers do.

I use state machines regularly when producing performance statistics where I need to individually isolate many history dependent outcomes in a large sample space. I tried doing it without them and ended up with unreadable and thus unmaintainable buggy code. Never again.

Re: Why Developers Never Use State Machines (2011)

#10
post #9
post #5

If you've ever do any game programming you'll be drowning in state machines.

network protocol as well, hell, any non-toy network application ends up containing a state machine either implicitly or explicitly

As someone who troubleshot networking issues for years, god bless you.
Post reply on HN