site banner

Friday Fun Thread for November 22, 2024

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

Jump in the discussion.

No email address required.

This looks very wrong to me. Closing brace being at the same indentation as the start of the block is what makes sense to me.

if (condition) {
    do_it();
}

This is my preference, but I'll work in whatever the code base I'm playing in already has.

Agreed. I also prefer two spaces of indentation to four, four is just such a waste of space for (imo) no readability benefit.