-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.feature requestAn issue that improves the user interface.An issue that improves the user interface.
Milestone
Description
Discussed in #345
Originally posted by MicahGale August 2, 2023
TIL about slots in python: https://stackoverflow.com/questions/472000/usage-of-slots
Basically statically allocating python attributes. The benefit would be to guard against typos frustrating users. For instance cell.materail = mat.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.feature requestAn issue that improves the user interface.An issue that improves the user interface.