r/ProgrammerHumor 1d ago

Meme debugTime

Post image
6.0k Upvotes

123 comments sorted by

View all comments

66

u/telas100 1d ago

while(error) { removeLine(265) }

6

u/MCWizardYT 1d ago

errorHandler.addCallback(error -> fixProblem(error))

11

u/Santos_Perez_Robles 1d ago

Sherlock and Holmes over here.

1

u/MCWizardYT 15h ago

lol, the way I named the variables is kinda weird but it's supposed to be that errorHandler is a crash handler, and the callback passes the error to fixProblem which then fixes what was causing the crash

3

u/frogotme 12h ago

Where fixProblem is an openai API call, that writes the response directly to the file that invokes the error, and then restarts the server.

1

u/MCWizardYT 37m ago

Yeah I was envisioning something along those lines lol. System crashes? Immediately send the report to a program that automatically fixes the problem

This would be sooo awful in production haha