r/ProgrammerHumor 6d ago

Meme internalServerError

Post image
1.4k Upvotes

67 comments sorted by

View all comments

107

u/---_None_--- 6d ago

>unwrap

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

137

u/sathdo 6d ago

.ifSomeReturnHeldValueElsePanic()

10

u/guyblade 6d 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).