On Fri, Sep 7, 2018, 12:00 AM Jacco van Dorp <j.van.d...@deonet.nl> wrote:

> Sometimes we make a function only to be called once at a specific
> location, more because of factoring out some functions for clarity.
>

I've found myself making the opposite refactoring recently, improving
clarity by eliminating unnecessary extra functions, where the local scope
is passed to the helper function.

>
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to