Well,there's only two alternatives,
void Function() {
<- BODY ->
}
or
void Function()
{
<- BODY ->
}
The former is more consise.
Ah, but the latter is easier to read, in at least some of our opinions. More importantly, it's irrelevant. Will somebody please hack up a PrettyPrinter? I can't, or I would take a stab at it. Really. Somebody please?
If you checked the PrettyPrinter page, you'd see that I'm working on it right now. --MasonZhwiti
Document created Nov 8 1997 ChrisSmith
Return to CodingConventionsComments