├── Best-Practices ├── Building-Reusable-Tools.md ├── Error-Handling.md ├── Introduction.md ├── Language-Interop-and-.NET.md ├── Metadata-Versioning-and-Packaging.md ├── Naming-Conventions.md ├── Output-and-Formatting.md ├── Performance.md ├── Security.md ├── TODO.md └── Writing-Parameter-Blocks.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── Style-Guide ├── Code-Layout-and-Formatting.md ├── Documentation-and-Comments.md ├── Function-Structure.md ├── Introduction.md ├── Naming-Conventions.md ├── Readability.md └── TODO.md ├── TableOfContents.md └── book.json /Best-Practices/Building-Reusable-Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Building-Reusable-Tools.md -------------------------------------------------------------------------------- /Best-Practices/Error-Handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Error-Handling.md -------------------------------------------------------------------------------- /Best-Practices/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Introduction.md -------------------------------------------------------------------------------- /Best-Practices/Language-Interop-and-.NET.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Language-Interop-and-.NET.md -------------------------------------------------------------------------------- /Best-Practices/Metadata-Versioning-and-Packaging.md: -------------------------------------------------------------------------------- 1 | TODO: Write how-to for PowerShellGet ;-) -------------------------------------------------------------------------------- /Best-Practices/Naming-Conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Naming-Conventions.md -------------------------------------------------------------------------------- /Best-Practices/Output-and-Formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Output-and-Formatting.md -------------------------------------------------------------------------------- /Best-Practices/Performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Performance.md -------------------------------------------------------------------------------- /Best-Practices/Security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Security.md -------------------------------------------------------------------------------- /Best-Practices/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/TODO.md -------------------------------------------------------------------------------- /Best-Practices/Writing-Parameter-Blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Best-Practices/Writing-Parameter-Blocks.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/README.md -------------------------------------------------------------------------------- /Style-Guide/Code-Layout-and-Formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Style-Guide/Code-Layout-and-Formatting.md -------------------------------------------------------------------------------- /Style-Guide/Documentation-and-Comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Style-Guide/Documentation-and-Comments.md -------------------------------------------------------------------------------- /Style-Guide/Function-Structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Style-Guide/Function-Structure.md -------------------------------------------------------------------------------- /Style-Guide/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Style-Guide/Introduction.md -------------------------------------------------------------------------------- /Style-Guide/Naming-Conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Style-Guide/Naming-Conventions.md -------------------------------------------------------------------------------- /Style-Guide/Readability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Style-Guide/Readability.md -------------------------------------------------------------------------------- /Style-Guide/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/Style-Guide/TODO.md -------------------------------------------------------------------------------- /TableOfContents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/TableOfContents.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PoshCode/PowerShellPracticeAndStyle/HEAD/book.json --------------------------------------------------------------------------------