psutils icon indicating copy to clipboard operation
psutils copied to clipboard

non-standard

Open czhang03 opened this issue 9 years ago • 2 comments

Most function did not adopt powershell standard:

  1. not using standard verbs (you can get via command Get-Verb)
  2. powershell function usually consists of <VERB>-<CONTENT> (like start-process, get-childItem)
  3. uses alias in script, this is not recommended, and the alias is possible to be removed in the future, see this thread: https://github.com/PowerShell/PowerShell/issues/929

If you are willing to change all the these, I can create a pull request to change them.

czhang03 avatar Aug 27 '16 02:08 czhang03

Thanks, but I've ignored powershell conventions on purpose because I prefer the more common git style. On Sat, 27 Aug 2016 at 12:53 PM, Cheng Zhang [email protected] wrote:

Most function did not adopt powershell standard:

  1. not using standard verbs (you can get via command Get-Verb)
  2. powershell function usually consists of - (like start-process, get-childItem)
  3. uses alias in script, this is not recommended, and the alias is possible to be removed in the future, see this thread: PowerShell/PowerShell#929 https://github.com/PowerShell/PowerShell/issues/929

If you are willing to change all the these, I can create a pull request to change them.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lukesampson/psutils/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGUFro0z_4Gt7yvSAX_kfjbwBt7PIUEks5qj6bEgaJpZM4JumL- .

lukesampson avatar Aug 27 '16 03:08 lukesampson

okay, that is fine.

Thanks for replying so fast

czhang03 avatar Aug 27 '16 03:08 czhang03