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

Deprecate camelcase function and method names, replacing with snake case names #82

Open
chuckwondo opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chuckwondo
Copy link
Contributor

Python's naming convention uses snake case names for function and method names. Function and method names using camel case should be deprecated for replacement with snake case names. For example, the Result.getData method should be deprecated in favor of the name Result.get_data (although, in this case, download is perhaps a more appropriate name for this method to better indicate a file is being downloaded, not that the method is actually returning data to the caller).

@chuckwondo chuckwondo added the enhancement New feature or request label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant