I am not a fan of these braces---I think they add extra boilerplate lines
without making the code easier to read.

On 21.08.20 01:19, Albert Astals Cid wrote:
> Most of the guidelines suggest it so that you don't forget to add them when 
> adding a new line in the "block".

g++ warns me when I write stuff like

if (foo)
  do_something();
  do_something_more();

For me this is good enough.

Best,
Oliver

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to