Hacker News new | ask | show | jobs
by dragonwriter 1040 days ago
> There's great articles on how layered uis are a lot easier to use than node based uis

I can see that being sensible for simple linear flows from one step to the next, with no branching merging, or connections that skip steps.

Seems to me that with any of those other things, a layered UI is going to start to break down a lot faster.