Name a disadvantage of using tuples
if you plan to use JSON to encode the data, JSON doesn’t have a tuple type
Name an advantage of structs over maps
structs maintain all map qualities but add compile-time checks on the keys and they allow us to do run-time checks on the struct’s type