PoshCode / PowerShellPracticeAndStyle

The Unofficial PowerShell Best Practices and Style Guide
https://poshcode.gitbooks.io/powershell-practice-and-style
Other
2.24k stars 289 forks source link

Powershell Patterns Section #101

Closed JohnLBevan closed 1 year ago

JohnLBevan commented 7 years ago

Most languages have a few patterns defining template solutions to common problems, along with related terminology to aid in understanding. It would be good to create a section in here for such patterns.

Examples of common scenarios I've come across where having well defined solutions & consistent approaches across PS modules would be useful are:

Related, there are some patterns defined in here: https://xainey.github.io/2016/powershell-classes-and-concepts/