On 12 Jun., 14:57, Facundo Batista <[EMAIL PROTECTED]> wrote:

> Remember that the *only* difference between the two functions is that
> one is anonymous, and for other you have to came up with a name (name
> that if is well thought, actually adds readibility to your code).

The difference is that one can be inlined since it is an expression
and the other has to be a statement and a reusable ( named )
abstraction even when you don't need one. I have a very hard time to
defend this as a good design decision even when it is just a minor
pain point in almost all my practical purposes.

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

Reply via email to