Hacker News new | ask | show | jobs
by flattenedbybus 2514 days ago
Good old Word documents work well for this along with comments in the code, which reference these documents.
1 comments

How often do you write/update such documents in your team?

If you do it the way you described, isn't it hard to search for some specific knowledge?

We write and update these documents when needed (this usually means when something has changed in the code) and when knowledge is fresh in people's mind.

If documents are referenced in the code it is straightforward to find them when needed. We also have documents to capture general architecture, which obviously help devs finding their way around the codebase.