SatsAndSports
· 1d
I'm enjoying using state machines. Old state goes in with an Event (e.g. payment received), and a new State and a list of Effects (e.g. update balance) comes out.
I really feel that AI is improving t...
State machines are amazing, I still remember the first time I used one in Erlang. Good times.