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
A code formatter built into the compiler would have the ability to determine the types of variables and functions and could add it to the source code, or could strip out any types it is able to identify, so developers can, for instance, work on their code without types, then format and add the type annotations, then commit to the repository for their teammates to consume with the added type clarity when reading the code.
The text was updated successfully, but these errors were encountered:
A code formatter built into the compiler would have the ability to determine the types of variables and functions and could add it to the source code, or could strip out any types it is able to identify, so developers can, for instance, work on their code without types, then format and add the type annotations, then commit to the repository for their teammates to consume with the added type clarity when reading the code.
The text was updated successfully, but these errors were encountered: