Hacker News new | ask | show | jobs
by fm2606 487 days ago
I would like to see a before and after.

For example, #3 too many concerns. The author states "the solution is to split up a busy diagram into multiple diagrams, each focused on one or two concerns at a time" . I understand that but is there a diagram that ties all the smaller diagrams together without re-creating the original diagram in the first place?

2 comments

Hi, author here. When I re-read this (it's from 2020) I had the same thought and wrote up an extended example of this just last month: https://www.ilograph.com/blog/posts/breaking-up-the-master-d...
Thank you for posting the follow up
I always have both. It is VERY hard for people to understand how the system is actually working if you just include a bunch of diagrams separated by concerns without some kind of atlas/globe level diagram that shows how they fit into the overall puzzle.
That makes sense.