One year of Go
Russel Winder
russel at russel.org.uk
Fri Nov 12 09:09:15 PST 2010
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.winder at ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at russel.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20101112/9789d80a/attachment.pgp>
More information about the Digitalmars-d
mailing list