-
Notifications
You must be signed in to change notification settings - Fork 68
Make use of dataclasses #924
Copy link
Copy link
Open
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within daysgain/lowDoesn't bring much value to usersDoesn't bring much value to usersimpact/lowAffects only few of the usersAffects only few of the userskind/technical-debtConsequences of previous decisionsConsequences of previous decisions
Metadata
Metadata
Assignees
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within daysgain/lowDoesn't bring much value to usersDoesn't bring much value to usersimpact/lowAffects only few of the usersAffects only few of the userskind/technical-debtConsequences of previous decisionsConsequences of previous decisions
This would better highlight the public/private properties and allow to add the documentation next to the attributes themselves. Pycharm supports the
"""style documentation of the attributes.attrsis another popular alternative which allows more fine-grained control, such as making an attribute read-only.