RE: One True Brace Style

Yeah, so it's sad that Dennis Ritchie passed away, but that whole OTBS thing has got to stop. Really, anybody who is ANYBODY is using Allman style these days.

It's just so much easier to parse for my brain. And even a single line associated with a control statement gets its own braces.

if (condition)
{
    do a thing;
}

No comments: