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

Syntax of commands feels awkward at times #82

Open
Ptival opened this issue Jul 5, 2020 · 0 comments
Open

Syntax of commands feels awkward at times #82

Ptival opened this issue Jul 5, 2020 · 0 comments
Labels
enhancement New feature or request workflow

Comments

@Ptival
Copy link
Contributor

Ptival commented Jul 5, 2020

Due to how organically the set of commands evolved, I feel like they are now slightly confusing. In:

Lift Module <fromType> <toType> in <fromModule> as <toModule>.

My brain expects the item that follows the keyword Module to be a module, but the module comes later...

Not sure what would work best, either of:

Lift <fromType> <toType> in Module <fromModule>as <toModule>.

or:

Lift Module <fromModule> as <toModule> lifting <fromType> to <toType>.

I don't love either, but something to consider...

@tlringer tlringer added workflow enhancement New feature or request labels Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workflow
Projects
None yet
Development

No branches or pull requests

2 participants