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
Sorbet allow for static (and runtime) analysis of Ruby code by adding type annotations. This can be leveraged to get rid of a lot of switch statements like:
casesome_varwhen1elseboom"some execption"end
The Sorbet runtime consistently warns when an unexpected branch is reached.
The text was updated successfully, but these errors were encountered:
Sorbet allow for static (and runtime) analysis of Ruby code by adding type annotations. This can be leveraged to get rid of a lot of switch statements like:
The Sorbet runtime consistently warns when an unexpected branch is reached.
The text was updated successfully, but these errors were encountered: