What Makes a Good Script? It Works!
2 min readJul 1, 2019
--
When you’ve got two geeks discussing PowerShell around the water cooler you’ll inevitably get disagreement on how best to solve a problem.
“No! An if/then statement would be much better to test that condition rather than switch statement” or “I’d write a function there instead of using that same code again. That’s so inefficient!”.