cm0002@literature.cafe to Linux@programming.dev · 1 month agoThe PowerShell Manifesto Radicalized Memedium.comexternal-linkmessage-square6linkfedilinkarrow-up18arrow-down11cross-posted to: programmer_humor@programming.dev
arrow-up17arrow-down1external-linkThe PowerShell Manifesto Radicalized Memedium.comcm0002@literature.cafe to Linux@programming.dev · 1 month agomessage-square6linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarenottelling@lemmy.worldlinkfedilinkEnglisharrow-up6·1 month agoin Powershell, yes. the cmdlet naming convention is Verb-CamelCase. Only specific verbs are allowed as well. It works if the convention is broken, but it’ll complain when you import them as a module.
Is there a premium on hyphens?
in Powershell, yes. the cmdlet naming convention is Verb-CamelCase.
Only specific verbs are allowed as well. It works if the convention is broken, but it’ll complain when you import them as a module.