Skip to content
New issue

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

non-standard #11

Open
czhang03 opened this issue Aug 27, 2016 · 2 comments
Open

non-standard #11

czhang03 opened this issue Aug 27, 2016 · 2 comments

Comments

@czhang03
Copy link

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: Figure out aliases PowerShell/PowerShell#929

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

@lukesampson
Copy link
Owner

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:
    Figure out aliases PowerShell/PowerShell#929
    Figure out aliases PowerShell/PowerShell#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
#11, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGUFro0z_4Gt7yvSAX_kfjbwBt7PIUEks5qj6bEgaJpZM4JumL-
.

@czhang03
Copy link
Author

okay, that is fine.

Thanks for replying so fast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants