botbowl icon indicating copy to clipboard operation
botbowl copied to clipboard

Convert to dataclasses (PEP 557)

Open mrbermell opened this issue 3 years ago • 2 comments

Makes the code readable and maintainable. Mainly applicable to core/model.py. Good to have done before starting with 2020 rules.

mrbermell avatar Oct 10 '21 13:10 mrbermell

This would be a great improvement but I don't think it works for <3.7. Maybe it's still worth it.

njustesen avatar Oct 10 '21 21:10 njustesen

True. I don't know how to reason about this. Maybe the lifespan of python releases is a good indication? In that case Python 3.6 will not receive updates after this year.

mrbermell avatar Oct 11 '21 06:10 mrbermell