gordonl (10/23/82)
I'm opposed to the style:
if (...expr...)
{
statements
}
as I feel that white space is a very powerful style tool. I use
white space to delimit "paragraphs" of code which each perform
some particular aspect of the work at hand. The above style
forces a
{
line, which is nearly all white space, in the middle of the
if-expr-statement grouping. The trailing "}" is OK as the
end of the conditional is an event worthy of the lexical
attention that white space engenders.
gordon letwin
microsoft