'namespace-internal' internal keyword, a cross between private and internal that limits access to the same namespace #8042
Replies: 1 comment
-
Dupe of #6794 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Request for an accessibility keyword that restricts the access to the function/variable to only items in the same namespace.
For example:
In a organization with several teams working on a single monolith application, this allows for teams to control access between the namespaces, when each team has their own namespace(s)
Beta Was this translation helpful? Give feedback.
All reactions