Linked by Thom Holwerda on Thu 9th Oct 2008 21:04 UTC, submitted by ganges master
Permalink for comment 333106
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-03-23
Except that if you want to keep your code width limited to, say, 80 columns, then in many cases you are forced to use backslashes at the end of a line to inform python that you intend to continue it in the next. I personally prefer braces or "end" keywords over having to do this manual dance, which sometimes makes me feel I'm writing for the C preprocessor.
Example:
$ cd /usr/share/blender/scripts && grep '\\$' *.py | wc -l
938
Edited 2008-10-10 09:02 UTC