Ah, the old “a cat walked across my keyboard” approach to software development.
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 } )