We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
Module
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...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to how organically the set of commands evolved, I feel like they are now slightly confusing. In:
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:
or:
I don't love either, but something to consider...
The text was updated successfully, but these errors were encountered: