andr-ew / crops

functional UI component system for monome norns (+ grid/arc)
2 stars 0 forks source link

consider removing all uses of metatables #20

Open andr-ew opened 9 months ago

andr-ew commented 9 months ago

better clarity for lua newcomers. I don't think any of it is particularly neccesary (i.e. for defualt props, use props.thing = props.thing or default_value)

andr-ew commented 9 months ago

performance might be a downside ? a bunch of assignments vs. one setmetatable

andr-ew commented 9 months ago

or could use tab.gather - more descriptive than setmetatable imo, and less typing than manual assignment