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.

2
Jump in the discussion.

No email address required.

There's a saying "code should be written to be understood by humans first an only incidentally executed by a machine".

None of them are actually harder or easier to read, it's just a matter of familiarity. You need to train your brain to quickly parse code and tweak that for new indentation styles.

You're going to have a better time if you just learn to read the most common styles quickly. You're inevitably going to be reading a lot of other people's code.

I like otbs. It's K&R without skipping braces on one liners, which can lead to bugs on a messy merge.