|
|
|
|
|
by archibaldJ
916 days ago
|
|
I don’t really understand what values such design pattern can bring worth (that will outweigh its own complexities) my experience working with DAGs programmatically (ie not as an abstraction (like in React) but actually handling the edges&nodes of a graph-based abstraction in code) is that it looks nice theoretically but in practice top-down (conceptual) approach like this often tends to over-complicate things would love to see some real-world examples where an actual dev team, etc, find values in graph-theortical-based abstractions like this |
|