|
|
|
|
|
by perrygeo
349 days ago
|
|
> Out-of-date documentation can be worse than no documentation One solution to this is to write structured and testable documentation. Easier said than done, but if your docs get regularly integration/e2e tested against reality, they stand a much better shot at staying up to date. I always recommend moving the docs as close to the development work as possible - ie docs get checked into git alongside the code and make sure tests fail if anything changes. |
|