Hacker News new | ask | show | jobs
by dharmab 2327 days ago
Writing accessible documentation.

Most people either write no docs or they write a doc that assumes the reader already knows what the thing is.

I write docs that assume you're a new employee and explain the thing in simple, plain English before building up the technical details.

Notably, these kind of docs make it easy to handoff maintenance and further development to someone else so you can move on to new projects.

6 comments

For user facing documentation, always ask Karen in accounting to read through it and provide her opinion.
I have found that just a few informal lines are often very good. What does the code do? How to build? Quick architecture overview. How do components work together? Good devs can usually quickly pick up from there.
Thanks a lot for your hard work!! It's because of people like you that I have a very good life.
I really appreciate people like you.
How are you storing and sharing these docs? Is it a common Sharepoint library or something similar? I've found the biggest problem is often getting people to look at the document resource / archive when they have a problem whose solution might already be documented.
I wish I knew more people who think like you.