"Colin J. Williams" <[EMAIL PROTECTED]> writes:

> .rect.width = .foo(.rect.x + .rect.y) * .boo()
> 
> Does this preceding "." create parsing problems?

Perhaps not for the computer, but certainly for the human. A leading
"." is far too easy to miss when visually scanning the code, and fails
the "explicit" principle.

-- 
 \        "I have the simplest tastes.  I am always satisfied with the |
  `\                                            best."  -- Oscar Wilde |
_o__)                                                                  |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to