Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Help deciphering powershell code

$
0
0

Ah, the old “a cat walked across my keyboard” approach to software development. :D

Poshoholic’s version is better, though in production code I wouldn’t even bother with the comments. It’s pretty self-documenting as is, now that you can actually read it. One statement per line, people! (Possible exceptions being very simple conditionals, like if (-not $success) { return } )


Viewing all articles
Browse latest Browse all 13067

Trending Articles