Using map()

Chris Angelico rosuav at gmail.com
Sun Nov 16 20:08:06 EST 2014


On Mon, Nov 17, 2014 at 11:24 AM, Ned Batchelder <ned at nedbatchelder.com> wrote:
> Pylint isn't useful until you've tailored the messages.  Personally, I avoid
> map, but your usage may vary.  The pylint message that always irked me was:
>
>     W0142: Used * or ** magic

This is why I don't bother with linters at all. They're almost always
more hassle than they're worth, because no two programmers agree on
everything.

ChrisA



More information about the Python-list mailing list