so just to give a little more context. I have tons of clickable buttons, instead of creating each button as a separate object, i only have 1 object with an instance variable that holds the name of a callback function.
now getting the button that is clicked i have been using the UID, but having all those magic numbers get a bit cumbersome sometimes, so now i am think of just adding a bunch of variables (constants) so i can give the magic number more context.