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

Feature/enhance #70

Merged
merged 2 commits into from
Feb 26, 2025
Merged

Feature/enhance #70

merged 2 commits into from
Feb 26, 2025

Conversation

rakuyoMo
Copy link
Member

No description provided.

Most projects have their own base classes. Although these base classes can inherit from RAKBase.BaseXXX, when the base class of a project is in a framework and the main project references both RAKBase and this project, you must specify the ownership of BaseXXX. This is a hassle for the caller.

Most of the time, RAKBase.BaseXXX will only be used once, so renaming it would be a clearer choice.
In previous versions, NavigationControllerPopDelegateProxy only used the public annotation, and the caller could not inherit from NavigationControllerPopDelegateProxy.

This submission adds the final modifier to make it clear that this cannot be inherited.
@rakuyoMo rakuyoMo merged commit b2f2a13 into main Feb 26, 2025
1 check failed
@rakuyoMo rakuyoMo deleted the feature/enhance branch February 26, 2025 08:33
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.

1 participant