-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace some of our macros to reduce confusion, increase success #9376
Conversation
I'd rather we keep our macros namespaced to the area they're associated with. SETTING is a touch too generic for me... perhaps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discussion
In fact, I'd also eventually like to rename |
Meh sure. Get ready for this PR to touch every single header |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: update PR title!
GETSET_SETTING
with SETTING
btw: if you're doing actual |
As mentioned in #9354 (comment)
GETSET_SETTING
is too visually similar toGETSET_PROPERTY
, but with a VERY different meaning. I think that merely changing the name of the macro would make it harder for us to make this mistake again.