DEV Community

Andy Haskell
Andy Haskell

Posted on

What's the best pictoral/realistic-example documentation you've seen for a code library?

From my own experience, those kinds of illustrative docs really make things easier to work with and learn how to user, especially when a piece of code's rules get theorem-like.

For myself, Go's standard testing library stands out for realistic examples since a Go test can be made to reflect how the code being tested actually gets used

Top comments (0)