I am refactoring an obscure library to make it a developer friendly SDK. What libraries do you love to work with? I want to look at what developers like and get lessons from those examples.
Bootstrap!
http://bootstrapdocs.com/
Their documentation is great. They have useful code examples that are simple enough to copy+paste into your own code, but are complex enough to show off the entire feature.
On one hand I like that most stuff works well, but when I dive into the libraries, its so many layers, so many small files, that it makes everything feel fragile.
I'm using Clap[0] for a command line project I'm doing in Rust. The API for it is fantastic, and the examples are very well commented. Overall it's the best library I've run across in a while.
13 comments
[ 0.24 ms ] story [ 24.4 ms ] threadaxios
Sequel (the ruby orm)
https://github.com/gsscoder/commandline
(Also they have lurkers in HN so if you complain, you get someone from Stripe offering help. :))
[0]: https://github.com/kbknapp/clap-rs