AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Documentation in the Code
We do all of our documentation in line in the code. It's like in Markdown or ASCII doc, but I'm writing some Rust code. So we just take the Rust docs and we make that the documentation. And it's bitten us in some ways. Sometimes you can sort of forget that you're writing user facing documentation by yammering about internal implementation details rather than explaining what the API is.