cm0002@lemmy.world to Programmer Humor@programming.dev · 7 days agoCalm down Satani.imgur.comexternal-linkmessage-square45fedilinkarrow-up1675arrow-down17
arrow-up1668arrow-down1external-linkCalm down Satani.imgur.comcm0002@lemmy.world to Programmer Humor@programming.dev · 7 days agomessage-square45fedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up12·6 days agoSanity checks Always, always check if your assumptions are true am i even running the function? is this value what i think it is? what is responsible for loading this data, and does it work as expected? am i pointed at the right database? is my configuration set and loaded in correctly?
minus-squareurquell@lemm.eelinkfedilinkarrow-up1·2 days agoprint(“hello”) print(“hello1”) … print(“wtf!”)
Sanity checks
Always, always check if your assumptions are true
print(“hello”) print(“hello1”) … print(“wtf!”)