|
|
|
|
|
by ahoge
4053 days ago
|
|
With optionally typed languages like Dart and TypeScript, you only have to add types to things like fields and functions/methods to get all the tooling benefits. Type inference takes care of the rest. Secondly, you should be able to auto-complete pretty much everything. |
|
Requires tooling.