Expand Minimize

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.

CheckId SPC089101
TypeName UseCmdletStyleNamingConventions
Severity Information
Type PoShFile

Bad Practice

function foo() {}
Good Practice
function Set-Foo() {}

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.