Delight
bearophile
bearophileHUGS at lycos.com
Thu Sep 25 15:50:27 PDT 2008
Sergey Gromov:
> You use a mixture of tabs and spaces. Now you must carefully attend to
> what you are typing and which key you use to make a certain part of
> white space. Especially if you're re-aligning things. This approach is
> error-prone, and once in a while you *will* put a space or a tab
> somewhere it doesn't belong, annoying your colleagues and introducing
> indentation errors in your Python code.
Oh, here there are no problems: Python 3 forbids mixing tabs and spaces in the same module ^_^ So it doesn't even run ;-)
Bye,
bearophile
More information about the Digitalmars-d-announce
mailing list