(no title)
chartered_stack | 7 months ago
However, these types of posts often lack are concrete examples of what a good design document actually looks like. I understand that many of these documents are proprietary and intended for internal use. Still, are there any examples of well-written design documents available publicly that learners can study to get a clearer idea of what one should look like?
dayjaby|7 months ago
The entire post is an application of his document designing philosophy. It became obvious with his first header being "Goal" and him mentioning to set a goal early on.
teiferer|7 months ago
Constantly ask youself whether you liked a particular piece of writing and that will over time shape your understanding of what's good and what's not. Note that that's not entirely objectively quantifiable and people will have different tastes. That's also why it's hard to have a "good examples" archive because, just like with code, that would immediately people to start debating. But there is a certain core of properties most people can agree on.
i_don_t_know|7 months ago
https://github.com/antirez
publicola1990|7 months ago
dboreham|7 months ago
jsty|7 months ago
https://www.allthingsdistributed.com/2024/11/aws-lambda-turn...
dboreham|7 months ago
anal_reactor|7 months ago
teiferer|7 months ago
A design can evolve over time, but a design document's objective is to document what was going to be built at that time. If something changes, make a new design document. (Similar to blog posts or news articles, they also don't evolve over the years. You write a new one.)
It sounds like what you mean is system documentation, a handbook of sorts, and that's what needs maintenance. But that's different from a design doc.
closewith|7 months ago