this post was submitted on 26 Aug 2023
1493 points (97.5% liked)

Programmer Humor

19175 readers
952 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago (1 children)

I've found that powershell doesn't play nice with many command line developer tools so cmd it is.

[–] [email protected] 0 points 1 year ago (1 children)

Yeah powershell is better 95% of the time. But that other 5% of the time you have to go back to CMD and redo what you were attempting. So the work done in powershell is a waste of time 5% of the time, and you still will need to know CMD to be able make everything work.

So Powershell is better in theory, but in actual practice I tend to do things in CMD because I know it will work.

[–] [email protected] 3 points 1 year ago

I really like PowerShell's object-oriented approach to pipelines. Unix pipes feel really dated in comparison.