TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How can I improve my design documentation?

2 点作者 WeekSpeller超过 4 年前
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

QueenofFoo超过 4 年前
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?