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

Enforce explicit API visibility modifiers #9

Open
zTrap opened this issue Apr 4, 2023 · 0 comments
Open

Enforce explicit API visibility modifiers #9

zTrap opened this issue Apr 4, 2023 · 0 comments

Comments

@zTrap
Copy link

zTrap commented Apr 4, 2023

I think Explicit API mode should be enabled

Provide an 'Explicit API' mode in the compiler which helps library authoring. Such mode should prevent delivery of unintended public API/ABI to the clients by requiring explicit visibility modifier and explicit return types for public declarations.

As described here this mode will helps to prevent delivery of unintended public API

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 a pull request may close this issue.

1 participant