this post was submitted on 21 Mar 2022
36 points (100.0% liked)

Programmer Humor

854 readers
1 users here now

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

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] southerntofu@lemmy.ml 6 points 2 years ago (2 children)

That's also why i love the rust ecosystem. If you have rust installed and have your local dependencies (or only use the standard library), the docs can be generated locally (cargo doc). I certainly remember local manuals helping me out more than once over the years :)

[โ€“] ladydascalie 1 points 1 year ago

Go does this too, and I believe a couple other modern languages do too. Seems like the need for it is real and has been recognised by language authors

load more comments (1 replies)