Less screen estate. Depending on your bracing style, the above lines take 50% or 100% more lines with braces. In an era where 80x24 terminals were the norm, that is significant. It also doesn't create a scope, but I don't know how costly entering and leaving a scope in C is, so it might not matter.

Personally, I've always used braces in my C code, even for one-line 'blocks'. And I've used C longer than I know Perl.

OTOH, I don't go through code and apply braces. I find that as silly as C programmers who reduce a 'then' or 'else' part to one line, and then take the trouble of removing braces.

Abigail


In reply to Re: No braces by Abigail-II
in thread No braces by jacques

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.