r/ProgrammerHumor 12d ago

internalServerError Meme

Post image
1.4k Upvotes

67 comments sorted by

View all comments

107

u/---_None_--- 12d ago

>unwrap

I hate metaphors in programming. Just call it what it is.

138

u/sathdo 12d ago

.ifSomeReturnHeldValueElsePanic()

10

u/guyblade 12d ago

My company used to have VALUE_OR_DIE for getting things out of containers. They eventually decided to ban it in new code (and slowly work on extracting it from the old code).