Comment on Use your database to power state machines

lysdexic@programming.dev ⁨1⁩ ⁨year⁩ ago

Is it just me or is this a nightmare approach to software maintenance? Each state transition requires a database trip, state machine transitions are determined at runtime and there’s no simple way to reproduce them locally, and in the case of the state machine database going down the system simply cannot work.

What exactly is the selling point of this approach?

source
Sort:hotnewtop