Best. Function. Name. EVAR.

Digging around in the FreeBSD source code for the shutdown utility, I came across what is probably the best function name I've ever seen:

void die_you_gravy_sucking_pig_dog() {
    ...
}
As I've been dealing with process lifecycle management code for the past few days, this name really, really, really resonated with me.

No comments: