Pet Battle Scripts

Pet Battle Scripts

265k Downloads

Clean up string keys

axc450 opened this issue ยท 0 comments

commented

The string keys are a bit of a mess. We seem to have the following "conventions":

  • Normal English (eg Create script)
  • Caps/snake case (eg NO_TEAM_FOR_SCRIPT)
  • The above but with a prefix that makes sense (OPTION_SETTINGS_NOTIFY_BUTTON_ACTIVE)

Personally, I think we should convert them all to the bottom one there. Or at least look to eliminate the first one