this post was submitted on 21 Mar 2022
51 points (93.2% liked)

Programmer Humor

35292 readers
65 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 3 points 3 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@beehaw.org 1 points 2 years 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)