Slide 41
Slide 41 text
Write it from
the beginning.
* Its easy to push off docs until the end
so your lib isn’t changing much anymore,
but documentation is SO BORING that
you’ll end up hating yourself.
* Write it as you go (like tests). If the
library changes, then you’ll have to
change docs, so there is more work, but
at least you’ll have the docs at the end.
* Example: Vagrant 0.1 docs pushed off
until the end, took me 2 weeks to write
them. Really burned me out.
More work, but less pain.