Hacker News new | ask | show | jobs
by majkinetor 1328 days ago
Its not verbose. Its just that people that use it like to share verbose stuff as it is more helpful to others.
1 comments

When I'm using PowerShell as a shell, I use all the aliases and shortcuts.

When I'm using PowerShell as a scripting environment, I use the full name for every command and parameter, and even include the names of positional parameters.

I love that it can do both.