Closed ratijas closed 4 years ago
Mutable default values considered harmful. They are an anti-pattern in Python, and should never be used.
https://docs.quantifiedcode.com/python-anti-patterns/correctness/mutable_default_value_as_argument.html
Mutable default values considered harmful. They are an anti-pattern in Python, and should never be used.
https://docs.quantifiedcode.com/python-anti-patterns/correctness/mutable_default_value_as_argument.html