Metadata
- URL: http://cbloomrants.blogspot.com/2015/09/library-writing-realizations.html
- Published Date: 2022-07-24
- Author: cbloom
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.