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
Currently there are quite a few slowdowns happening in the frontend code base as Javascript silently fails rather than throwing exceptions for things like mismatched number of function parameters.
By moving to TypeScript we can avoid this class of errors by catching the errors at compile time.
The text was updated successfully, but these errors were encountered:
Currently there are quite a few slowdowns happening in the frontend code base as Javascript silently fails rather than throwing exceptions for things like mismatched number of function parameters.
By moving to TypeScript we can avoid this class of errors by catching the errors at compile time.
The text was updated successfully, but these errors were encountered: