[Tutor] Good Taste Question: Using SQLite3 in Python
Laura Creighton
lac at openend.se
Thu Apr 30 23:59:09 CEST 2015
The fact that _ and __ are intended as throw away values is only clear
to people who have read a particular doc about coding styles. If you
haven't read the doc, you don't know what is going on. I name my
throw away variables junk, and if there are lots of them, for instance
when I am reading from a list of tuples, but only care about the fourth
item in each tuple, its 'junk1, junk2, junk3 ...'
So far I have yet to meet somebody who wasn't immediately aware that
I did not care about those values.
Laura
More information about the Tutor
mailing list