|
|
|
Ask HN: How do you document long term products
|
|
19 points
by lobsang
2167 days ago
|
|
What are your tips or advice for creating product documentation which is useful over the long term. Specifically I'm thinking of something which is well structred and can be used by new team members as a one-stop-shop for information about a product which would encompase design decisions, risk and the output of multiple projects. What tools do you use and do you have any examples? |
|
But regardless of whether you have a fancy doc site or just a single README, I think it's important to just get information down that's actually important and written as clearly as possible, and then sorting by how commonly that information may be needed. It's also helpful to put yourself in the shoes of a junior developer or someone completely new to the project: does x make sense outside of this context? Oftentimes when we refer to some project-specific concept, we don't realize that there are implicit mental dependencies that someone must have before they can understand what we're talking about. The best documentation makes the fewest assumptions they can get away with about the reader's previous knowledge.