https://github.com/clojure-grimoire/datastore/pull/5 Finally finished that big refactor of the Clojure examples...
next on deck is finishing the flowing cheatsheet, and then ripping off the http://cljs.info style for individual documentation pages 😛
Reformat for style Reformat for style Reformat for style Reformat for style Reformat for style Reformat for style Reformat for style Reformat for style Reformat for style …. Reformat for style
yep
911 commits of style fixes
and a couple duplicate/bad examples that got deleted
I find it really frustrating that most Clojure libraries assume that docstrings are appropriate documentation
No they really aren't
appropriate but not sufficient
Yeah.
The really hard part is writing and publishing discoverable usage examples...
I really like what the Python docs do in that you have long format article/API documentation with small inline examples
and working common case programs at the bottom