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

Establish a convention for public/private #2066

Open
jzelinskie opened this issue Sep 16, 2024 · 0 comments
Open

Establish a convention for public/private #2066

jzelinskie opened this issue Sep 16, 2024 · 0 comments
Labels
area/schema Affects the Schema Language kind/proposal Something fundamentally needs to change

Comments

@jzelinskie
Copy link
Member

Problem Statement

I often want to signal to my fellow developers that a particular permission is "private". This is very common with "synthetic permissions" that exist only to further nest arrows.

This problem will only get exacerbated once there is a module system for composing schemas via library.

Ideally there is an officially sanctioned syntax for representing a private definition.

Solution Brainstorm

Enable identifiers to be able to begin with an underscore

@jzelinskie jzelinskie added area/schema Affects the Schema Language kind/proposal Something fundamentally needs to change labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/schema Affects the Schema Language kind/proposal Something fundamentally needs to change
Projects
None yet
Development

No branches or pull requests

1 participant