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

Avoid using lowercase function names #30

Open
DominicSimpson opened this issue Feb 15, 2023 · 0 comments
Open

Avoid using lowercase function names #30

DominicSimpson opened this issue Feb 15, 2023 · 0 comments

Comments

@DominicSimpson
Copy link

DominicSimpson commented Feb 15, 2023

The listofspells and healmessage functions in app.jsx should ideally use camel case, i.e. listOfSpells and healMessage, or even snake case, i.e. list_of_spells / heal_message. But the former is still better imho

@DominicSimpson DominicSimpson changed the title Avoid all lowercase function names Avoid using lowercase function names Feb 15, 2023
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