|
|
|
|
|
by egeozcan
1918 days ago
|
|
> Typescript (...) is still a poor experience compared to using a first-class typed language. I personally don't agree. I have coded in C# and TS extensively, and while first-class types available in runtime (especially with generics <cough>though not in java</cough>) is super nice, I think the benefits of looseness of TS overweight the costs. Also, you can always go crazy and use zod or io-ts, but in that road there's always the danger of just writing types and not doing any work because "typing is fun"(c). |
|