vitonsky@programming.dev to Programming@programming.devEnglish · 2 years agoRefusing TypeScript is a signal that you don't care about code qualityvitonsky.netexternal-linkmessage-square19linkfedilinkarrow-up148
arrow-up148external-linkRefusing TypeScript is a signal that you don't care about code qualityvitonsky.netvitonsky@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square19linkfedilink
minus-squareck_@discuss.tchncs.delinkfedilinkarrow-up2·2 years agoI understand your point, I just choose to reject it for the reasons given.
minus-squareDouble_A@discuss.tchncs.delinkfedilinkarrow-up1·2 years agoI 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).
I understand your point, I just choose to reject it for the reasons given.
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).