-
Notifications
You must be signed in to change notification settings - Fork 10
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
Naming conventions #44
Comments
I agree. After discussions with @ramanshah I think we should employ snake_case throughout. Perhaps we can keep the old functions around initially in a deprecated.R file, with a call to the new functions so that existing dscs will continue to run. But I think better to make this change sooner rather than later. |
Resolved by #52. |
@stephens999 Sorry, I forgot to put the magic issue-closing stuff in the relevant git commit - please close. :) |
It would be nice to keep function names consistent.
Currently, there are functions that are dot separated (
new.dsc
), camelCase (addMethod
) and underscore delimited (run_dsc
). It would be nice to make the names consistent in one way or the other.The text was updated successfully, but these errors were encountered: