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
Typescript has several benefits compared to the plain JavaScript we are currently using. Adding support for typescript and slowly migrating the app will hopefully result in better code maintainability (more structure, type checking, better documentation) and less bugs (type checking)
The text was updated successfully, but these errors were encountered:
Typescript has several benefits compared to the plain JavaScript we are currently using. Adding support for typescript and slowly migrating the app will hopefully result in better code maintainability (more structure, type checking, better documentation) and less bugs (type checking)
The text was updated successfully, but these errors were encountered: