Building Better PowerShell Code
Building Better PowerShell Code IntroductionChapter 1. Don't Reinvent the WheelUse Community ModulesLeverage Others' workChapter 3: Use Visual Studio CodePowerShell Do The BasicsPlan Before you…
Specifikacia Building Better PowerShell Code
Building Better PowerShell Code
IntroductionChapter 1. Don't Reinvent the WheelUse Community ModulesLeverage Others' workChapter 3: Use Visual Studio CodePowerShell Do The BasicsPlan Before you CodeDon't Reinvent the WheelBuild Functions as Building BlocksBuild Re-usable ToolsDon't Focus Purely on PerformanceBuild Pester testsImplement Error handlingBuild Manageable CodeDon't Skimp on SecurityLog Script ActivityParameterize EverythingLimit Script and Function InputMaintain Coding StandardsCode in ContextReturn Informative OutputUnderstand Your CodeUse Version ControlWrite for Cross PlatformWrite for the Next PersonUse a Code EditorChapter 2.