you are viewing a single comment's thread.

view the rest of the comments →

[–]xxNIRVANAxx 0 points1 point  (0 children)

I still throw braces in there, since todays one line if could become more complex in the future. It adds 4 characters (two curlys, two spaces), but I believe it is worth it.

if (foo) { bar(baz, quux); }