• TehPers@beehaw.org
    link
    fedilink
    English
    arrow-up
    7
    ·
    6 months ago

    Also worth reading is how state machines can be encoded in the type system in some languages, for example the typestate pattern in Rust. By using the type system to encode state like this, you can prevent invalid operations on a state machine from even compiling.