75
The PowerShell Manifesto Radicalized Me
(medium.com)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Powershell is nice for scripting things close to the (windows) OS. But (granted I'm not exactly some PS wizard, I've just used it a few times for minor things at work) I agree it often feels unnecessarily verbose and cumbersome. For example the fact that you need to define a whole function to alias even just a single command with parameters. And just overall I find it very hard to read (though maybe that's on the guy that did the powershell stuff before me, I don't have great sample size here).
But I'll take what I can get.