Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider PascalCase Parameter Aliases #153

Open
CalebAlbers opened this issue Dec 4, 2022 · 0 comments
Open

Consider PascalCase Parameter Aliases #153

CalebAlbers opened this issue Dec 4, 2022 · 0 comments

Comments

@CalebAlbers
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Function parameters in this module use snake_case naming, which flies in the face of Microsoft's best practices of using PascalCase naming. This was a decision I made in the early days of development when I wasn't familiar with PowerShell, but it has the unfortunate side-effect of making use of the module more difficult for people proficient with PowerShell who would expect an idiomatic experience.

Describe the solution you'd like
Switching to using PascalCase for function parameters by default, with parameter aliases for their existing snake_case alternatives would provide a more idiomatic experience, while also providing backward compatibility with existing scripts.

@Celerium Celerium mentioned this issue Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant