Skip to content

Syntax of commands feels awkward at times #82

@Ptival

Description

@Ptival

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions