TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How can I improve my design documentation?

2 pointsby WeekSpellerover 4 years ago
I am usually good at creating design and architecture for the problem at hand, but I really suck in documentation.<p>I get confused between different UML diagrams and how to put the architecture in different blocks and represent relationship between them? OR how much should this sequence diagram cover? Should it be covered in flow diagram or sequence diagram.<p>This is holding me back and I have no clue how to improve this. This has been brought up during the performance review.

1 comment

QueenofFooover 4 years ago
Appland.org has an open framework for creating simple component architecture diagrams from executing test cases. There are agents for java and Ruby that generate the diagrams directly from those test cases. I don’t know if they would meet your boss’s requirements but maybe they can give you some ideas about how to get started, you can get feedback on what you have built and refine by hand from there?