Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 10 months ago“It’s not that hard”sh.itjust.worksimagemessage-square209fedilinkarrow-up1965arrow-down158
arrow-up1907arrow-down1image“It’s not that hard”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 10 months agomessage-square209fedilink
minus-squaremonkeyman512@lemmy.worldlinkfedilinkEnglisharrow-up1·10 months agoAny untyped languages that don’t care what is in the variable, assumes you know what your doing, and YOLOs it?
minus-squarecucumber_sandwich@lemmy.worldlinkfedilinkarrow-up4·10 months 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.
Any untyped languages that don’t care what is in the variable, assumes you know what your doing, and YOLOs it?
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.