Skip to content
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

PauseMenuDataMgr: use better variable names #123

Merged
merged 14 commits into from
Sep 3, 2023

Conversation

Kinak338
Copy link
Contributor

@Kinak338 Kinak338 commented Aug 26, 2023

I haven't made any changes before so please tell me if I make any mistakes


This change is Reviewable

@Kinak338 Kinak338 closed this Aug 26, 2023
@Kinak338 Kinak338 reopened this Aug 26, 2023
src/Game/UI/uiPauseMenuDataMgr.h Outdated Show resolved Hide resolved
src/Game/UI/uiPauseMenuDataMgr.h Show resolved Hide resolved
src/Game/UI/uiPauseMenuDataMgr.h Outdated Show resolved Hide resolved
src/Game/UI/uiPauseMenuDataMgr.h Outdated Show resolved Hide resolved
src/Game/UI/uiPauseMenuDataMgr.h Outdated Show resolved Hide resolved
src/Game/UI/uiPauseMenuDataMgr.h Show resolved Hide resolved
@leoetlino
Copy link
Collaborator

also please fix the clang-format failure -- either run clang-format to reformat the code automatically, or reformat it manually by doing what it tells you to do.

src/Game/UI/uiPauseMenuDataMgr.h Outdated Show resolved Hide resolved
src/Game/UI/uiPauseMenuDataMgr.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@leoetlino leoetlino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks good! Just one last thing: Could you rename mArrayTabs to mTabs and mArrayTabsType to mTabTypes? I put "array" in the placeholder name because otherwise it wasn't obvious that those variables were arrays, but now that we know those are tabs/tab types we don't need to keep "array" in the names.

Sure, no problem, mArrayTabs and mArrayTabsTypes becomes mTabs and mTabsTypes
@leoetlino leoetlino changed the title name change PauseMenuDataMgr: use better variable names Sep 3, 2023
@leoetlino leoetlino merged commit fe9558b into zeldaret:master Sep 3, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants