this post was submitted on 21 Mar 2025
663 points (99.4% liked)

Programmer Humor

21850 readers
1477 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 2 years ago
MODERATORS
 

Original post: hachyderm.io (Mastodon)

you are viewing a single comment's thread
view the rest of the comments
[–] Appoxo@lemmy.dbzer0.com 2 points 1 day ago* (last edited 23 hours ago)

How about this:
Humans (or humans assisted by AI) write documentation
Users (devs included) can either choose to read the manual the old fashioned way or utilize it like a sort of swagger api documentation to give

  1. Information to a question (How to do x)
  2. Provide a general example
  3. (Assuming it's used with an IDE or has information about the project) Provide a personalized example on the implementation.