Sjmarf to Programmer [email protected] • 11 months ago“It’s not that hard”sh.itjust.worksmessage-square192fedilinkarrow-up1959
arrow-up1901image“It’s not that hard”sh.itjust.worksSjmarf to Programmer [email protected] • 11 months agomessage-square192fedilink
minus-square@[email protected]linkfedilinkEnglish1•11 months agoAny untyped languages that don’t care what is in the variable, assumes you know what your doing, and YOLOs it?
minus-square@[email protected]linkfedilink4•11 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.