this post was submitted on 30 Sep 2023
187 points (89.1% liked)

Programmer Humor

32179 readers
23 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

(joke in the title stolen from a redditor)

Context: some Rust kid vandalized cppreference.com today.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

Rust documentation, at least for std is some of the best I have seen.

[–] TootSweet 1 points 1 year ago (1 children)

Gotcha. I can't really speak to the quality of any Rust official documentation.

[–] [email protected] 2 points 1 year ago

Whats also nice is thst you put the documentation in the code and rust automatically generates a documentation page thsts hosted on docs.rs. So it makes really easy to have good docs for your stuff. If only everyone would document their stuff perfectly. A lot of the new released stuff gets released with minimal documentation.