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

Allow separation of variable names from shown names in patterns #32

Open
slifty opened this issue Feb 5, 2015 · 0 comments
Open

Allow separation of variable names from shown names in patterns #32

slifty opened this issue Feb 5, 2015 · 0 comments

Comments

@slifty
Copy link
Member

slifty commented Feb 5, 2015

Right now the value in {brackets} in a pattern is the value shown to an end user, but it is also linked to the key passed to the module. This should be changed because links display to implementation, but from a functional perspective it is also a problem because you cannot have two inputs with the same name.

e.g. "how much money did {person} give to {person}" would not be a valid pattern, since the second value would overwrite the first.

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

No branches or pull requests

1 participant