this post was submitted on 03 Aug 2023
487 points (99.4% liked)

Programmer Humor

19207 readers
1406 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Sheltac@lemmy.ml 27 points 1 year ago (3 children)

Because things keep changing and no one ever updates any docs or guides.

[–] BlueKey@kbin.social 17 points 1 year ago (2 children)

It would be nice to have a kind of central hub where all the lastest resources are listed.
I could be updated by the community.

Well... one can dream.

[–] narc0tic_bird@lemm.ee 14 points 1 year ago (2 children)

If it's updated by the community, it's probably also created by the community. Instead of dreaming, why not create it?

[–] Sheltac@lemmy.ml 8 points 1 year ago

Be the change you want to see in the world 🌈

[–] GammaGames@beehaw.org 3 points 1 year ago

Stack Overflow tried that with their documentation project

[–] NerdyPopRocks@programming.dev 2 points 1 year ago

Someone should build a system that scrapes all open source repositories and uses an LLM to generate up to date documentation, and puts it in one big searchable place

If using docstrings/docblocks to generate SDK documentation, adding something like an OPA policy to validate their existence and semantic structure could help with coverage. Then we have the issue of accuracy, and that needs humans or AI to weigh in. I have a feeling test-driven development would make this process smoother.

You could also add git hooks to facilitate accountability / run the policies.