|
|
|
|
|
by brett40324
2706 days ago
|
|
> In TS, you'd have to type every function signature to get the same level of confidence. I don't disagree, but isn't this the point? That by typing every function you can reliably have confidence in parameter types and return value types, and if your program is able to throw a type error on build, then it should and alert the developer that they're not logically correct in their implementation. |
|