Open willianjusten opened 2 years ago
The API has some stuff that is not so meaningful like ta, tc and so on, it would be interesting to create a mapper like:
ta
tc
teamName: tn, teamCity: tc, teamAcronym: ta
This would help our code to be more readable.
A place that we would benefit having a mapper:
https://github.com/willianjusten/nba-remix/blob/36cc68b933df78c678047c72ff95da4f1bca7eae/app/routes/game/%24year/%24gameId.tsx#L48-L69
The API has some stuff that is not so meaningful like
ta
,tc
and so on, it would be interesting to create a mapper like:This would help our code to be more readable.