musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Make the Record dataclass immutable #147

Open borisliao opened 3 years ago

borisliao commented 3 years ago

Is your feature request related to a problem? Please describe. Record dataclass does not need to be modified after initializing. Making the dataclass immutable will help prevent issues.

Describe the solution you'd like Make dataclass immutable https://stackoverflow.com/questions/66194804/what-does-frozen-mean-for-dataclasses

Additional context Originally posted by @Exsects in https://github.com/mbox-contributors/mbox/issues/142#issuecomment-877543085