| ▲ | vanviegen 4 hours ago | |||||||
> A diagram is a dense way to express information. I'd say it's a lossy way to express information. I find that architecture diagrams often cannot express the exact concepts I mean to communicate, so you're left trying to shoehorn concepts into boxes that are somewhat similar, and try to make up for the difference using a couple of cryptic words. Prose doesn't look as nice, but allows me to describe exactly what I want to say, on any level of detail required. Of course, like with a diagram, you do need to put in significant time and effort to make it comprehensible. | ||||||||
| ▲ | dpark 4 hours ago | parent [-] | |||||||
> I'd say it's a lossy way to express information. A simplified explanation of the system is by definition lossy. This equally applies to a plain English description. I’ve been in many design reviews and similar forums where someone has attempted to present a design through written English and finally someone says “we need a diagram here; this is too much to follow” and everyone in the audience nods because they are all lost. One of the problems with trying to communicate system design with prose is that it makes sense to the person who writes it and has full context, but the audience is often left confused. Diagrams are often easier to follow specifically because they look under specified when they are. | ||||||||
| ||||||||