|
1 | 1 | # Powershell name convention
|
2 | 2 |
|
3 | 3 |
|
4 | | -|Object| Notation |Example | |
5 | | -|------|------------|-------------| |
6 | | -|Cmdlet|PascalCase |Import-Module| |
| 4 | +| Object | Verb-Noun | Notation | Length | Plural| Prefix | Suffix | Example | |
| 5 | +|-----------|-----------|-----------------------|--------|-------|--------|--------|---------------------| |
| 6 | +| Cmdlet | Yes | PascalCase (for Noun) | 50 | No | Yes | No | Import-PREFIXModule | |
| 7 | +| Function | Yes | PascalCase (for Noun) | 50 | No | Yes | No | Get-PREFIXDbRecord | |
| 8 | +| Parameter | No | PascalCase | 30 | No | No | No | MyParameter | |
0 commit comments