|
|
|
|
|
by davnicwil
1462 days ago
|
|
Really interested in your experience with this. What would you say it is about TypeScript that makes the code harder to read as it becomes more complex? Just the additional type annotation syntax, extra concepts like generics and/or the accompanying more exotic features of TS, the type definitions physically adding many lines of extra code, something about TypeScript that encourages code to be written in a certain way that is different and more complex? |
|
Note that I haven't touched TS in about two years now, so my memory is a little fuzzy.