Am 15.07.2011, 09:53 Uhr, schrieb Jonathan M Davis <[email protected]>:
The brace on its own line and the line length limit need to be added as notes for Phobos, but I'm not sure that they really need to be put in the guide

Brace on its own line really should be put there.
It adds a lot to the readability of nested code.

And there's lots of D code using that awkward
if () {
}

style. Gross!

Reply via email to