PEP scepticism
Carsten Geckeler
uioziaremwpl at spammotel.com
Fri Jun 29 15:33:09 EDT 2001
More information about the Python-list mailing list
Fri Jun 29 15:33:09 EDT 2001
- Previous message (by thread): PEP scepticism
- Next message (by thread): PEP scepticism
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 29 Jun 2001, phil hunt wrote: > On Thu, 28 Jun 2001 12:26:08 -0700, stevencooper at isomedia.com <stevencooper at isomedia.com> wrote: > > > >Keystroke reduction saves the original programmer time. > > True. > > > But it costs > >other people more time when they read the code. > > Really? > > Is this: > > self.total[player] += s > > any harder to understand than this: > > self.total[player] = self.total[player] + s > > I don't think so. It is harder to understand, when the statements do different things. Cheers, Carsten -- Carsten Geckeler
- Previous message (by thread): PEP scepticism
- Next message (by thread): PEP scepticism
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list