Hacker News new | ask | show | jobs
by moritz 98 days ago
In the Elixir ecosystem (where documentation is considered a "first-class citizen" in the language), you can run code examples as part of your test suite in a similar fashion ("doctest"): https://elixir-recipes.github.io/testing/doctests/
1 comments

> documentation is considered a "first-class citizen"

How exquisitely Knuthian!