|
|
|
|
|
by abritinthebay
3896 days ago
|
|
In this case: because they want type enforcement. This removes a category of errors that - in a complex app - can be really annoying. Better - it removes that ability for deliberate bad behavior by devs. That said - I prefer JavaScript + Flow as thats a much more native solution which means you don't need to learn a pseudo language first. |
|