Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67443
| Date | 2014-03-02 08:28 -0600 |
|---|---|
| From | Tim Chase <python.list@tim.thechases.com> |
| Subject | Re: why indentation should be part of the syntax |
| References | <lev1t8$qt0$1@ger.gmane.org> <lev8k2$ret$1@ger.gmane.org> <CAPTjJmqfTZz6w9cfOUrMP++A+pKhz1xS+aGdbw_u0T_Tzx=-zg@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7580.1393770490.18130.python-list@python.org> (permalink) |
On 2014-03-03 01:08, Chris Angelico wrote:
> > if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
> > { goto fail;
> > goto fail;
> > }
>
> Put it this way: If I saw two gotos in a row like that, with or
> without braces, I would be firing up gitk or git gui blame or
> something to figure out what happened.
That depends on actually seeing them in the first place :-)
Computers are great -- it's the people interacting with them (both on
the coding-end and the user-end) that cause problems every time ;-)
-tkc
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: why indentation should be part of the syntax Tim Chase <python.list@tim.thechases.com> - 2014-03-02 08:28 -0600
csiph-web