Metadata

Highlights

  • Also be aware that if you feel you need to write a lot of docs about something, that’s a sign that maybe things are too complicated.
  • Being broad is not good. You want to be very narrow. Solve one clearly defined problem and solve it well. Nobody wants a Kitchen sink library.
  • Cut cut cut.
  • Special case stuff should be external (and callbacks are bad).
  • Make easy stuff easy. It’s okay if complicated stuff is hard.