Dan Sommers wrote:

> In terms of easier to read, I find code easier to read when the operators
> are at the beginnings of the lines (PEP 8 notwithstanding):
> 
>     x = (someobject.somemethod(object3, thing)
>          + longfunctionname(object2)
>          + otherfunction(value1, value2, value3))

Agreed.


-- 
Steven

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to