Using lists rather than strings when needed
Closed this issue · 1 comments
KittyGiraudel commented
Rather than concatenating strings and commas in order to form a selector, I would advise actually appending to an empty list, then you don't have to deal with separators. Also it's what lists are made for.
KittyGiraudel commented
We can close I’d say.