-
Notifications
You must be signed in to change notification settings - Fork 1
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
Elixir style guide and identifier names #3
Comments
Yeah I was doing too much coding in other languages at the time and it leaked over.... ^.^; That will be a breaking change though so I'll wait for that on a major version bump, leaving this open for now to remind me (I'll probably have both in a minor bump then remove the |
There are some other identifiers no written according to the elixir style guide that aren't user-visible. I might submit a PR one of these days. |
That'd be cool, just keep the old names for now too but mark them as deprecated for later removal. :-) |
The function
repeatFn
should be renamed torepeat_fn
according to the elixir style guide.The text was updated successfully, but these errors were encountered: