PowerShell Naming Conventions

Sources:

  • **
title: ## Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

Powershell object name

ObjectVerb-NounNotationLengthPluralPrefixSuffixExample
CmdletYesPascalCase (for Noun)50NoYesNoImport-PREFIXModule
FunctionYesPascalCase (for Noun)50NoYesNoGet-PREFIXDbRecord
ParameterNoPascalCase30NoNoNoMyParameter

Resources


Appendix

Note created on 2024-05-09 and last modified on 2024-05-09.

LIST FROM [[PowerShell Naming Conventions]] AND -"CHANGELOG" AND -"//PowerShell Naming Conventions"

(c) No Clocks, LLC | 2024