We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1 issue I’m facing is the data fragmentation across plugins and no standards around it.
For example if there are multiple ownership plugins, each plugin can name get ownership differently (eg. getOwner() vs owner() )
getOwner()
owner()
Do we plan to standardize some of the interfaces on plugin to make it easier to figure out standard information?
The text was updated successfully, but these errors were encountered:
dlim-circle
No branches or pull requests
1 issue I’m facing is the data fragmentation across plugins and no standards around it.
For example if there are multiple ownership plugins, each plugin can name get ownership differently (eg.
getOwner()
vsowner()
)Do we plan to standardize some of the interfaces on plugin to make it easier to figure out standard information?
The text was updated successfully, but these errors were encountered: