Thom1729 / YAML-Macros

A macro system for YAML files powered by Python. Intended for Sublime Text development.
MIT License
21 stars 3 forks source link

Replace mutable default values of arguments #38

Closed ratijas closed 4 years ago

ratijas commented 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