Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67443 > unrolled thread

Re: why indentation should be part of the syntax

Started byTim Chase <python.list@tim.thechases.com>
First post2014-03-02 08:28 -0600
Last post2014-03-02 08:28 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: why indentation should be part of the syntax Tim Chase <python.list@tim.thechases.com> - 2014-03-02 08:28 -0600

#67443 — Re: why indentation should be part of the syntax

FromTim Chase <python.list@tim.thechases.com>
Date2014-03-02 08:28 -0600
SubjectRe: why indentation should be part of the syntax
Message-ID<mailman.7580.1393770490.18130.python-list@python.org>
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


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web