Writing good documentation

Concept summary and lesson

JSDoc for Typescript

Good documentation is focused on getting people to be able to dive in and use your code as quickly as possible. You want to help someone understand the whole app well enough to be able to look for the right things in the right places. It needs to be focused on the context that the user is probably working in to make sure you're answering the right questions:

Homework