Closed ScottKinSF closed 5 years ago
Excellent! To keep things consistent with the rest of the code, could you switch it to []
instead of list()
? Or is it better to use list()
?
Sure thing. I honestly don't know which way of specifying an empty list is preferred in the python world, I'm more of a C++ guy.
[] is faster! :smile: https://stackoverflow.com/a/2972226
Changed default value of tags from
None
(not iterable) tolist()
(iterable).