Hacker News new | ask | show | jobs
by Matl 1481 days ago
> I don't think Go's documentation is better than Rust, Go is just a lot simpler than Rust.

Having used both I disagree; Go's stdlib is extremely well documented, even unexported types are along with examples etc. Rust docs are useful but more often feel like there's many things you're expected to figure out from the source and only minimal examples are given.

I am a fan of Rust, but I think Go's docs are an example to follow. The more complex the language, the richer docs it should have imo.

Quite aside from docs, Go's tooling situation is also better.