You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
DominicSimpson
changed the title
Avoid all lowercase function names
Avoid using lowercase function names
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
The text was updated successfully, but these errors were encountered: