perrycate / tournamap

Website to visualize Smash Ultimate tournaments near you
https://tournamap.gg
GNU General Public License v3.0
9 stars 6 forks source link

Standardize variable naming scheme #40

Closed perrycate closed 2 years ago

perrycate commented 2 years ago

Earlier code was written in snake_case because I was thinking in Python or Elixir or who-knows what. Seems like the standard for JS is actually camelCase, and now I've got a mix whoops. We should fix this.