Open kmader opened 3 years ago
It would be great to fix a number of lines like https://github.com/quip/quip-api/blob/master/python/quip.py#L190 which have mutable default arguments
here for the why: https://docs.python-guide.org/writing/gotchas/ or the more strongly worded: https://florimond.dev/en/posts/2018/08/python-mutable-defaults-are-the-source-of-all-evil
It would be great to fix a number of lines like https://github.com/quip/quip-api/blob/master/python/quip.py#L190 which have mutable default arguments
here for the why: https://docs.python-guide.org/writing/gotchas/ or the more strongly worded: https://florimond.dev/en/posts/2018/08/python-mutable-defaults-are-the-source-of-all-evil