TeamTetris / tetris-game

2 stars 0 forks source link

add strongly typed classes for profile data #11

Closed Johannes-Schneider closed 6 years ago

Johannes-Schneider commented 6 years ago

In my opinion, this is overall a more "typescript" like approach of the problem. Furthermore, the typescript "compiler" will help us later on, since we have a guaranteed value type which leave no room for speculation (other than any) and therefore provide a type safe interface for accessing members.