|
|
|
|
|
by nobleach
246 days ago
|
|
Even though I do not write Elixir on the job, I often cite their docs as a gold standard. They're succinct, easy to read, and most often show an example of how a method is used. What's better is that the language has documentation as a first-class citizen (it's even testable!) meaning your auto-generated docs will look as nice as the language's. I complain about OCaml docs all the time. But Elixir? no way. |
|