742
ifn't
(programming.dev)
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.
I propose a new, more threatening kind of control flow.
Some C++ style guides suggest the following naming convention for functions that crash on any error
One of the modules in a project I'm working on is called
VulkanOrDie
which always makes me crack up when I see it in the compilation messages.