default values is one of my pet-peeves after using Python regularly. I wish more languages would let you just do something like def do_thing(arg=default_value) without hoops like builder pattern, function overloading, or whatnot
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies: