top | item 16815089

(no title)

Viper007Bond | 8 years ago

Interestingly PowerShell is petty awesome in that regard. You pass around objects instead of trying to parse strings and things.

discuss

order

vardump|8 years ago

PowerShell is not Windows API, win32 is. So your comment makes little sense.

reificator|8 years ago

Powershell is just that, a shell. I agree that Powershell itself is pleasant enough to use but that's not what's being discussed.

msla|8 years ago

> You pass around objects instead of trying to parse strings and things.

That can't be very good for debuggability.

pzone|8 years ago

Type checking and calling help methods can be useful for debuggability! If you want to figure out what you're looking at in string format, call its .ToString method.