lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Coding style of create-version-itexi.py


From: John Mandereau
Subject: Coding style of create-version-itexi.py
Date: Sun, 27 Dec 2009 17:54:59 +0100

Hi Graham,

scripts/build/create-version-itexi.py has a couple of coding style
nitpicks that should be fixed:

- every tab should be replaced with 4-spaces;
- duplicate definition of depth looks like a maintenance nightmare
similar to the issue Joe just reported on -devel;
- "line[0:x] ==" should be replaced with more easy-to-write
"line.startswith";
- uncleaned commented code that according to the comment doesn't work
with Python 2.4.5.

Best,
John

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

[Prev in Thread] Current Thread [Next in Thread]