this post was submitted on 26 Nov 2023
710 points (89.3% liked)
Programmer Humor
19594 readers
400 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder if chat GPT can add comments
10/10 literate programming points
Ah yes,
#include\n
. The magical include that simply copy-pastes the entirety of libc's headers into your source file.Chat GPT is great at writing comments. Usually writes better comments than I do. I'm using copilot which uses Chat GPT so it's also repo aware.
I second github copilot
Try github copilot I've canceled my chatgpt for it.
Now I start scripting by doing all my comments. Essentially make a outline like I'm writing a paper.
Copilot suggests the code that matches my comments.
I script legit 3x~4x faster now with full comments. It's amazing.