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