Note on Managing State With Signals via ycombinator.com
“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.
Reference
- Notes
- software
- Managing State With Signals
-
Permalink to
2023.NTE.464
- Edit
← Previous | Next → |
Note on Responsibility Assignment Matrix - Wikipedia via wikipedia.org | Note on Protocol Fiction, Desire, and Belief via Interconnected |