On Fri, 24 Feb 2006 09:14:53 +1100
"Steven D'Aprano" <[EMAIL PROTECTED]> wrote:
> There are *reasons* why Python discourages functions with
> side-effects. Side-effects make your code hard to test and
> harder to debug.

You of course meant "expressions with side-effects".  Python
is pretty good at making functions with side-effects. At
least it is if you want them. ;-)

-- 
Terry Hancock ([EMAIL PROTECTED])
Anansi Spaceworks http://www.AnansiSpaceworks.com

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

Reply via email to