Hacker News new | past | comments | ask | show | jobs | submit login

It's dumb but I personally can't get over Camel-Kebab-Case commands. I hate typing Caps, and hyphens.



PowerShell is case-insensitive, you don't need to type caps for variable/function references if you don't want to. You'll still have hyphens, but in an interactive shell (as opposed to a script) there are many aliases you could use that avoid hyphens (or you can make your own).

https://learn.microsoft.com/en-us/powershell/module/microsof...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: