PowerShell Code Smell: Invoke-Expression (and some suggestions)

Code Smells I’ve mentioned code smells in this blog before, but to recap, a code smell is a warning sign that you might be looking at bad code (for some value of bad).  Code smells are more like red flags than errors.  Some classic example of code smells are very long functions, lots of global variables, …

Continue reading ‘PowerShell Code Smell: Invoke-Expression (and some suggestions)’ »