19 ms·
I've found that using techniques like C4 address this issue
by brodouevencode 3y ago
I've found that using techniques like C4 address this issue
- chrisweekly 3y agohmm, not sure I understand how a particular approach to diagramming architecture even relates to things like determining the value of an MVP. I found the linked article insightful, and the focus on making the MVA an explicit and crucial peer of a given MVP is, for me, a helpful framing of concerns that too often remain indistinct.
- brodouevencode 3y agoC4 pushes a broad view on the state of is and will be, with successive "zooming in" at different layers. The act of such allows you to figure out what's necessary and what's not, while also pushing the builders into thinking in terms of reusability/overlap/components/interfaces. Personal experience has proved that I wind up architecting for _less_ using this approach.
- chrisweekly 3y agoThanks; that actually makes sense.
- Veuxdo 3y agoC4 is about diagramming software systems, and primarily existing ones at that. Not sure what this has to do with creating MVAs.
- Am4TIfIsER0ppos 3y agoI think that is a joke about bombs.
- ActionHank 3y agoI find that asking do I really need this right now? Is generally good enough. Diagrams just help to see the lay of the land.