Jason Steving
12/01/2023, 10:42 PMChris G
12/01/2023, 11:32 PMMike Austin
12/01/2023, 11:34 PMJason Morris
12/02/2023, 4:39 AMJason Steving
12/02/2023, 7:43 PMroot
is unintuitive. This is something that'll need workshopping to find ways to make it more clear so your feedback is really valuable to me. The textual ordering of `node`s in a Graph does not matter at all. Claro will simply schedule based on the actual dependency graph encoded. However, I've constrained the root
node such that it must come either first or last. The best-practice organization is that nodes should be ordered in a topological sort (so that all data conceptually "flows" in one direction) but I think it's up to the user to decide whether it makes more sense to them for data to flow "up" or to flow "down". Ideally, I'd have some auto-formatter that could be configured to just reorder node definitions to align consistently with your preferred dataflow direction. Does that make sense?Jason Morris
12/02/2023, 9:10 PMJason Steving
12/02/2023, 9:16 PMJason Morris
12/02/2023, 9:18 PMJason Steving
12/02/2023, 9:21 PM