this post was submitted on 11 May 2024
766 points (99.1% liked)

Programmer Humor

19176 readers
1179 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
[โ€“] Kache@lemm.ee 9 points 4 months ago (1 children)

If it takes 1+ hours of work to remove a feature flag branch in an area of code, I wouldn't trust the correctness of anything the AI writes and would be super skeptical about anything the humans had written.

[โ€“] tiefling@lemmy.blahaj.zone 6 points 4 months ago* (last edited 4 months ago)

It takes a long time because it hits a lot of files, not because it's logically complex. Also, that's why unit and integration tests exist.