this post was submitted on 06 May 2025
593 points (96.3% liked)

Programmer Humor

23119 readers
1789 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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] 3abas@lemm.ee 4 points 2 days ago (1 children)

Real world development isn't creating exciting apps all the time, it's writing the same exact boring convention based code sticking to an established pattern.

It can be really boring and unchallenging to create your millionth respiratory, or you can prompt your ide to create a new repo and with one sentence it will create stub out 10 minutes worth of tedious prep work. It makes programming fun again.

In one prompt, it can look at my finished code and stub out half decent documentation that otherwise wouldn't have been completed at. It does hallucinate sometimes, or it completely misunderstands the code, so you have to correct a few sentences, but the brain drain of coming to with the sentence structure to write useful documentation is completely lifted, and the code is now well documented.

AI programming is more than just vibe coding, and it's way more useful than everyone here insists it's not.

[โ€“] Valmond@lemmy.world 3 points 2 days ago

Feels like you should have automated it if you do it over and over.