Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years ago“It’s not that hard”sh.itjust.worksimagemessage-square208fedilinkarrow-up1966arrow-down158
arrow-up1908arrow-down1image“It’s not that hard”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agomessage-square208fedilink
minus-squarecucumber_sandwich@lemmy.worldlinkfedilinkarrow-up4·2 years agoNp necessarily. Usually errors are detected at runtime and reported as such. So you will see where your program failed, but it usually crashes nonetjeless. Keep in mind that crashes are usually better than continuing some undefined behavior.
Np necessarily. Usually errors are detected at runtime and reported as such. So you will see where your program failed, but it usually crashes nonetjeless. Keep in mind that crashes are usually better than continuing some undefined behavior.