qaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoWhat are you using? Notepad?lemmy.worldimagemessage-square63fedilinkarrow-up1497arrow-down123
arrow-up1474arrow-down1imageWhat are you using? Notepad?lemmy.worldqaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square63fedilink
minus-square_danny@lemmy.worldlinkfedilinkarrow-up10·1 year agoPeople who are annoyed by types have never had to spend weeks of their life hunting for a missing property on an object. Compilation errors are so much more preferable than finding out the same error at runtime.
minus-squareRodeo@lemmy.calinkfedilinkarrow-up2·edit-21 year agoAda has got your back. Entire classes of runtime bugs in C code are eliminated by compiler errors. You can’t even make a integer overflow unless you’ve explicitly declared that statement as unsafe.
People who are annoyed by types have never had to spend weeks of their life hunting for a missing property on an object.
Compilation errors are so much more preferable than finding out the same error at runtime.
Ada has got your back. Entire classes of runtime bugs in C code are eliminated by compiler errors.
You can’t even make a integer overflow unless you’ve explicitly declared that statement as unsafe.