Expand Minimize

Naming

Checks if PowerShell violates naming conventions.

Index

Rule Description Type Severity
SPC089101: Follow PowerShell naming conventions for better consistency for methods To show better intent of each method, consider naming methods in PowerShell with the CmdLet style naming practice of Verb-Noun. PowerShell File Information
SPC089102: Avoid usage of Hungarian notation Hungarian notation was used extensively in the past. However it is widely seen today as confusing to read, and can hide the true intent of a program meaning that code written can become unsupportable. PowerShell File Warning
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.