354
submitted 7 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 2 points 7 months ago

I work pretty frequently with PS and have no issues with syntax. It's easy to read and you always have autocomplete so there is just 1 extra click to get from -r to -Recurse. Same command could be also written as this due to alias feature.

rm 'C:' -r -fo

It's just not the best practice since in PowerShell it is recommended to not use aliases for readability reasons. Also less chance to mess things up due to how verbose all commands and their parameters are.

[-] [email protected] 1 points 7 months ago

Thanks for the info! Is a correct assumption that this is a "yes", to my question?

[-] [email protected] 1 points 7 months ago

It is. Besides some very niche bugs everything in the core of PowerShell seems logical to me and easy to understand.

this post was submitted on 19 Feb 2024
354 points (94.9% liked)

Programmer Humor

19207 readers
1274 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS