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-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 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).