Comment on Refusing TypeScript is a signal that you don't care about code quality
ck_@discuss.tchncs.de 1 year agoI understand your point, I just choose to reject it for the reasons given.
Comment on Refusing TypeScript is a signal that you don't care about code quality
ck_@discuss.tchncs.de 1 year agoI understand your point, I just choose to reject it for the reasons given.
Double_A@discuss.tchncs.de 1 year ago
I think we are actually saying the same thing though…? Tests should really only ensure functionality. It should be the language’s job to help you with obvious implementation errors (such as using a wrong value type).