“It’s interesting how every build system, frontend framework, programming language implements its own promise pipeline/delayed execution/observables/event propagation.”
This rings so true to me.
I’ve recently realized how every single non trivial part of my app is in fact a workflow problem : it could be ideally written as a pipe of asynchronous steps, glued together. It’s true both for the frontend part and the backend.
Interesting thread/conversation here about describing applications as intertwining workflows.