codeinabox@programming.dev to Programming@programming.devEnglish · 2 months agoBreaking the Spell of Vibe Codingwww.fast.aiexternal-linkmessage-square19linkfedilinkarrow-up145arrow-down11
arrow-up144arrow-down1external-linkBreaking the Spell of Vibe Codingwww.fast.aicodeinabox@programming.dev to Programming@programming.devEnglish · 2 months agomessage-square19linkfedilink
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up8·2 months agoYeah, that’s uhh… that’s technically true for very strange and specific definitions of “compatibility”… but it wildly misses the point of TypeScript. Not sure what he was thinking there.
minus-squareFeyd@programming.devlinkfedilinkarrow-up4·edit-22 months agoYeah node’s --experimental-strip-types exposes the absurdity immediately. The only incompatibility is that it has type annotations.
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up5·2 months agoAlso, like… the fact that it has a compiler. It’s like saying C is incompatible with assembly because you can’t yeet a .c file at an assembler.
Yeah, that’s uhh… that’s technically true for very strange and specific definitions of “compatibility”… but it wildly misses the point of TypeScript. Not sure what he was thinking there.
Yeah node’s
--experimental-strip-typesexposes the absurdity immediately. The only incompatibility is that it has type annotations.Also, like… the fact that it has a compiler. It’s like saying C is incompatible with assembly because you can’t yeet a .c file at an assembler.