Open rezanid opened 1 year ago
Generally in Powershell names of functions and operations are verbose, with a shorter alias as alternative. Would that not be a better solution?
Generally in Powershell names of functions and operations are verbose, with a shorter alias as alternative. Would that not be a better solution?
Indeed, that's a good proposition. Though we will need to pick good aliases that are short yet distinctive enough.
Currently all Cmdlets use the following pattern for naming:
For operations that have long noun part in the name like
Get-DataverseRowCount
, it can be tedious to type such a long name.Consider renaming all the existing Cmdlets to the following pattern:
To continue supporting the current names, old functions can become wrappers to call new functions.