I always struggle with what to call these things: { a = 1; }
I see many people refer to them as “attribute sets”, however the official documentations refers to them simply as “sets”. I would generally be fine with just going with what the official documentation says, but “set” as a data structure already has a meaning, and this is not it.
What do you call this thing: { a = 1; }
?
- an attribute set
- a set
- something else
0 voters