You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Representing Pokemon in massive tuples of ints is just silly and makes any attempt to rework infrastructure a nightmare because the typechecker won't tell you that you forgot to swap two ints in one or two places.
Convert internal representations of Pokemon to records, and possibly for output types too (e.g. power ups would return {dust : int, candy : int}.
The text was updated successfully, but these errors were encountered:
Representing Pokemon in massive tuples of ints is just silly and makes any attempt to rework infrastructure a nightmare because the typechecker won't tell you that you forgot to swap two ints in one or two places.
Convert internal representations of Pokemon to records, and possibly for output types too (e.g. power ups would return {dust : int, candy : int}.
The text was updated successfully, but these errors were encountered: