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

Construct more concrete Tournament class to put data into after parsing? #39

Open perrycate opened 2 years ago

perrycate commented 2 years ago

Currently we're just messing with a dict object. It would be nice to get a more concrete error if we try to access a property that doesn't exist.

Or we should just switch to TypeScript