this post was submitted on 12 Jul 2023
314 points (95.4% liked)

Programmer Humor

18961 readers
393 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
[โ€“] [email protected] 10 points 1 year ago (1 children)

I know what I do.

I go to ChatGPT, type my problem and copy the solution to my codebase.

If it doesn't work, I search my issue over Stackoverflow or DDG, and copy from there.

And once the code fails in production, which is always, I repeat the process again to find the new solution which will then fail in next iteration.

So don't you ever tell me I don't know what I do. I may not know what code I'm writing or for what, but I very well know what I'm doing.

[โ€“] [email protected] 7 points 1 year ago

This is called continuous improvement. Or so I tell my manager.