|
|
|
|
|
by nmat
652 days ago
|
|
I strongly believe that proactively keep documentation up to date is not worth the effort.
Here is what I recommend in my teams: - There’s an onboarding guide that is usually only updated when new people onboard. If something is not right they raise it and their onboarding partner fixes it. - When someone shares a technical document/RFC we add it to a central repository with a creation date on it. These are point in time and usually not updated but still useful for new hires. - We sometimes do onboarding sessions to walk through the architecture, these are recorded and added to the central information repository. Note that in the things I wrote above there’s a mix of up to date content and slightly outdated content, ultimately the code is the source of truth. It’s not worth spending time writing docs that no one is gonna read. |
|