|
|
|
|
|
by untog
2559 days ago
|
|
> A Typescript codebase is about 2x bigger than a Coffeescript codebase, that means about 2 times more chance for bugs That's pretty obviously not true. If that extra code is adding type annotations then it is removing potential bugs because the code won't compile if you accidentally combine incompatible types. |
|