Book Image

PowerShell Troubleshooting Guide

By : Mike Shepard
Book Image

PowerShell Troubleshooting Guide

By: Mike Shepard

Overview of this book

Table of Contents (15 chapters)
PowerShell Troubleshooting Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. PowerShell Professionalism

PowerShell scripters might not think of the process of writing a script as a development process, but some industry-standard development practices are appropriate to use with PowerShell, for example:

  • Naming standards

  • Source control

  • Modularization (functional decomposition)

  • Unit testing/mocking