It seems like most of the fields I’m even remotely aware of in any detail have some small blood war, just bubbling below the surface waiting to make best friends and trusted colleagues into bitter enemies at the drop of the hat, at least temporarily. I don’t want serious, technical disagreements – I mean the silly, ultimately inconsequential stuff.
For instance, in programming, one of the greatest blood wars in C-like languages is this:
int main( void ) {
//code
}
vs
int main( void )
{
//code
}
Also known as YOUR CURLY BRACE IS ON THE WRONG LINE, FUCKER! Which leads to wonderful arguments about how the former “defeats the concept of a block” and how the latter “disrupts the function definition”, you can see some really bitter arguments for hours over it. There’s also variable notation. Should public variable names start with a Capital and hidden with lowercase? Or maybe we should use sHugarianNotation. Is camelCase okay, or maybe underscored_names are better. ALLCAPS_WITH_UNDERSCORES for constants, or should you stick to the notational conventions used for the rest of the variables in the program? If you ever want to troll a programming board, there’s your ammo.
In Philosophy, I’ve heard that there’s Newcomb’s Paradox. My philosophy friend had five of us in a group and almost fell over when we all agreed (we were all one-boxers). According to him, at philosophy conferences he saw fist fights break out over a discussion of that problem. Twice.
I’ve noticed that a few mathematicians have gotten worked up over the Long vs Short scale numbers (should we use Million, Billion, Trillion, or Million, Millard, Billion, Billard etc)? (Though I’ve only seen at best a mild disagreement over Pi vs Tau)
So what other great blood wars boiling beneath the surface can be unleashed between experts in your field? (And yes, I want experts. While interesting, I’m not particularly interested in your epic struggles with us uninitiated plebians – no Evolutionary Biologists vs The World stuff or Mathematicians vs People Who Say .9999… != 1 stuff).