PowerShell / WindowsCompatibility

Module that allows Windows PowerShell Modules to be used from PSCore6
Other
137 stars 33 forks source link

Aliases are too long #2

Closed SteveL-MSFT closed 6 years ago

SteveL-MSFT commented 6 years ago

Feedback from PR of initial code drop is that the aliases should be reworked:

AliasesToExport = @(
    'awinfn',
    'cpwinmo',
    'cwinmo',
    'gwinmo',
    'iwincm',
    'ipwinmo',
    'inwinsn'
)

Perhaps consider not having aliases for this module?

markekraus commented 6 years ago

+1 for no aliases. If they could be a bit shorter, maybe.

iSazonov commented 6 years ago

We can have dozens and hundreds of installed modules - if each one will add a "short" aliases then there will be lots of conflicts. No one remembers these aliasess if not used every day for a long time. Users themselves should create aliases when it is important to them.

BrucePay commented 6 years ago

Agreed. I'll remove the aliases.