So after inadvertently wiping out my Windows Terminal setup this past week I thought this would be a good candidate for my next post (and also a good record for myself!). I’ve been using Windows Terminal for a while now and followed its development while it was in beta. Before this I was using the… Continue reading Windows Terminal Setup
Category: Powershell
Testing with Pester – Getting Started
I've been using Pester now for around 4 months now and I can't imagine developing any significant PowerShell code without it. It's firmly in my tool belt for developing robust modules and has forced me to consider the way my modules are structured. At this point though I wouldn't say I follow a strict TDD… Continue reading Testing with Pester – Getting Started