On Fri, 2010-11-12 at 11:59 -0500, Steven Schveighoffer wrote:
[ . . . ]

> if(x)
> {
>     g(x)
> }
> 
> is interpreted as this:
> 
> if(x);
> {
>     g(x);
> }
> 
> Absolutely, 100% wrong decision.  Go will never recover from that IMO.

Possibly but the formatting standard of Go *requires*:

if ( x ) {
    g ( x )
}

anyway, so as Sean said this is a moot point -- assuming that is what
"bike shedding" means.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: rus...@russel.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to