-
Notifications
You must be signed in to change notification settings - Fork 473
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
Recommendations Following PowerShell Best Practices #8
Comments
@secabstraction Some of that might have something to do with trying to maintain backwards compatibility with previous versions of PowerShell. |
Happy to lend a hand/check over things if you want. Kieran Jacobsen From: Jesse Davis [email protected] I've started re-writing it, hopefully finish soon. Only made it through the first few lines, the netstat dependency and unnecessary parameter checking were the first things to go. Powershell has a lot of built-in features that are clearly unknown to the original author, no offense intended. Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-139832598. |
Awesome! Thanks so much! We'll take a look and start approving them. Due Cheers
On Sun, Sep 20, 2015 at 10:08 PM, Jesse Davis [email protected]
|
I did a complete re-write. Should be much easier to follow now. https://github.com/secabstraction/PowerCat |
Some recommendations in style and functionality
The community and MS are working on a Style Guide and Best Practices guide https://github.com/PoshCode/PowerShellPracticeAndStyle I know I made the recommendations to the original author but since I see it is being maintained by others now I thought I would repeat them :)
The text was updated successfully, but these errors were encountered: